(Boeing r1771)

use newline in init.d script suggested by Debian maintainer
This commit is contained in:
ahrenholz@gmail.com 2013-09-09 20:23:19 +00:00
parent e48b4d55f7
commit e2e5f8a00e

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"