Package: specter
Version: 1.3+1.4pre2-2
Severity: important


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages specter depends on:
ii  adduser                     3.63         Add and remove users and groups
ii  iptables                    1.2.11-10    Linux kernel 2.4+ iptables adminis
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information

The logrotate script installed by this package in /etc/logrotate.d/specter 
specifies a wrong path to the killall program. The killall program from 
the psmisc package is installed by default in /usr/bin. Patch following:

--- specter     2005-04-17 17:20:18.000000000 +0200
+++ specter.fix 2005-08-24 20:59:50.000000000 +0200
@@ -2,6 +2,6 @@
     missingok
     sharedscripts
     postrotate
-       /bin/killall -HUP specter 2> /dev/null || true
+       /usr/bin/killall -HUP specter 2> /dev/null || true
     endscript
 }


Kind regards,
Dimitri Puzin


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

Reply via email to