From 9398b1f50aacb9a1b109147c3f8f0a3fca782646 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 25 Nov 2015 20:04:38 +0100 Subject: Pushed the wrong Makefile with a deliberately failing has_init. Fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3