From e2e5f8a00efa6831b18a0fbb30a6a6862550efd7 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Mon, 9 Sep 2013 20:23:19 +0000 Subject: [PATCH] (Boeing r1771) use newline in init.d script suggested by Debian maintainer --- trunk/scripts/core-daemon-init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/scripts/core-daemon-init.d b/trunk/scripts/core-daemon-init.d index 83bdfa27..a7b59a2e 100755 --- a/trunk/scripts/core-daemon-init.d +++ b/trunk/scripts/core-daemon-init.d @@ -75,7 +75,7 @@ if [ $DEB = yes ]; then log_daemon_msg "$@" } endmsg () { - echo -n "" + echo "" } else daemon="daemon /usr/bin/python"