From 8331b37fa33a8d4224cfe74210cf2e4dc911832d Mon Sep 17 00:00:00 2001 From: marschap Date: Mon, 30 Apr 2007 13:28:16 +0000 Subject: [PATCH] update init scripts for older Debian systems (Dave Pratt) --- scripts/README | 2 +- scripts/init-LCDd.debian.in | 4 ++-- scripts/init-lcdproc.debian.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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