diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |