(Boeing r1771)
use newline in init.d script suggested by Debian maintainer
This commit is contained in:
parent
13d3f87aa6
commit
f4cdf622e2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue