(Boeing r1771)

use newline in init.d script suggested by Debian maintainer
This commit is contained in:
ahrenholz 2013-09-09 20:23:19 +00:00
parent 13d3f87aa6
commit f4cdf622e2

View file

@ -75,7 +75,7 @@ if [ $DEB = yes ]; then
log_daemon_msg "$@" log_daemon_msg "$@"
} }
endmsg () { endmsg () {
echo -n "" echo ""
} }
else else
daemon="daemon /usr/bin/python" daemon="daemon /usr/bin/python"