Package: sysklogd
Version: 1.4.1-19
Severity: important
Tags: patch

/etc/init.d/sysklogd reload
gives the following error:

start-stop-daemon: unrecognized option `--quiet--signal'
Try `start-stop-daemon --help' for more information.

This command is used by (and fails from) the daily sysklogd cron job.

Looks like a typo in the initscript.  Patch below.

Paul

--- debian/rc.old       2006-09-22 15:16:55.000000000 +0100
+++ debian/rc   2006-09-22 15:17:02.000000000 +0100
@@ -87,7 +87,7 @@
     ;;
   reload|force-reload)
     log_begin_msg "Reloading system log daemon..."
-    start-stop-daemon --stop --quiet--signal 1 --pidfile $pidfile --name 
syslogd
+    start-stop-daemon --stop --quiet --signal 1 --pidfile $pidfile --name 
syslogd
     log_end_msg $?
     ;;
   restart)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-xen-amd64-k8
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages sysklogd depends on:
ii  klogd [linux-kernel-log-daem 1.4.1-19    Kernel Logging Daemon
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries

sysklogd recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to