Package: lpr
Version: 1:2005.05.01
Severity: minor
Tags: patch
When I boot my system, I get the following:
Starting portmap daemon: portmap.
Starting MTA: exim4.
Starting internet superserver: inetd.
Starting printer spooler: lpd .
Starting OpenBSD Secure Shell server: sshd.
Note the space between the dot after 'lpd' - it looks ok and no other
packages have a space there.
diff -urN lpr-2005.05.01~/debian/lpd.init lpr-2005.05.01/debian/lpd.init
--- lpr-2005.05.01~/debian/lpd.init 2005-11-03 11:05:39.000000000 +0000
+++ lpr-2005.05.01/debian/lpd.init 2005-11-03 11:06:25.000000000 +0000
@@ -11,23 +11,23 @@
case "$1" in
start)
- echo -n "Starting printer spooler: lpd "
+ echo -n "Starting printer spooler: lpd"
if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
then
- echo "[already running]"
+ echo " [already running]"
else
/sbin/start-stop-daemon --start --quiet --exec $DAEMON --
$OPTIONS
echo "."
fi
;;
stop)
- echo -n "Stopping printer spooler: lpd "
+ echo -n "Stopping printer spooler: lpd"
if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
then
start-stop-daemon --quiet --stop --exec $DAEMON
echo "."
else
- echo "[not running]";
+ echo " [not running]";
fi
;;
force-reload|restart)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]