diff --git a/scripts/README b/scripts/README index 750edec..f5bd6e5 100644 --- a/scripts/README +++ b/scripts/README @@ -25,4 +25,4 @@ This directory contains Simply copy the debian/ directory to the top-level source directory, adapt the call in debian/rules to your wishes, call dpkg -rfakeoot -sd - and you're done. + and you're done. diff --git a/scripts/init-LCDd.debian.in b/scripts/init-LCDd.debian.in index 459ba66..3a0781f 100644 --- a/scripts/init-LCDd.debian.in +++ b/scripts/init-LCDd.debian.in @@ -30,12 +30,12 @@ case "$1" in start) printf "Starting ${DESC}: " start-stop-daemon --start --quiet --exec ${DAEMON} -- ${OPTIONS} - printf "${NAME}." + printf "${NAME}.\n" ;; stop) printf "Stopping ${DESC}: " start-stop-daemon --stop --oknodo --quiet --exec ${DAEMON} - printf "${NAME}." + printf "${NAME}.\n" ;; restart|force-reload) $0 stop diff --git a/scripts/init-lcdproc.debian.in b/scripts/init-lcdproc.debian.in index 7d2938f..7579748 100644 --- a/scripts/init-lcdproc.debian.in +++ b/scripts/init-lcdproc.debian.in @@ -30,12 +30,12 @@ case "$1" in start) printf "Starting ${DESC}: " start-stop-daemon --start --quiet --exec ${DAEMON} -- ${OPTIONS} - printf "${NAME}." + printf "${NAME}.\n" ;; stop) printf "Stopping ${DESC}: " start-stop-daemon --stop --oknodo --quiet --exec ${DAEMON} - printf "${NAME}." + printf "${NAME}.\n" ;; restart|force-reload) $0 stop