git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.net> 2015-11-25 20:04:38 +0100
committerHarald Pfeiffer <coding _ lirion.net> 2015-11-25 20:04:38 +0100
commit9398b1f50aacb9a1b109147c3f8f0a3fca782646 (patch)
treef55ee89af76f5b7bef12856a6324f8589fff98f0
parent6ec810fe6a5dbde6f4e21e19092582c0ad9c0fdf (diff)
downloadinfinoted-init-9398b1f50aacb9a1b109147c3f8f0a3fca782646.tar.bz2
Pushed the wrong Makefile with a deliberately failing has_init. Fixed.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3528623..515ea28 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ default:
@cp -v default/infinoted /etc/default/
has_init:
- @pidof inits 2>&1 >/dev/null
+ @pidof init 2>&1 >/dev/null
remark:
@echo "You might want to add the script to runlevels after testing. LSB compliant header existing."