[Pkg-sysvinit-devel] Bug#462354: initscripts: typo in /etc/init.d/sendsigs, giving cat: omitfile: No such file or directory
Jean-Damien Durand
JeanDamienDurand at free.fr
Thu Jan 24 05:47:12 UTC 2008
Package: initscripts
Version: 2.86.ds1-52
Severity: normal
FYI I noticed the following typo in /etc/init.d/sendsigs:
--- sendsigs.old 2008-01-24 06:44:54.000000000 +0100
+++ sendsigs.new 2008-01-24 06:45:27.000000000 +0100
@@ -21,7 +21,7 @@
# with Ubuntu.
for omitfile in /var/run/sendsigs.omit /lib/init/rw/sendsigs.omit; do
if [ -e $omitfile ]; then
- for pid in $(cat omitfile); do
+ for pid in $(cat $omitfile); do
OMITPIDS="${OMITPIDS:+$OMITPIDS }-o $pid"
done
fi
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.23-kamikaze5 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages initscripts depends on:
ii debianutils 2.28.2 Miscellaneous utilities specific t
ii e2fsprogs 1.40.4-1 ext2 file system utilities and lib
ii libc6 2.7-6 GNU C Library: Shared libraries
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii mount 2.13.1-1 Tools for mounting and manipulatin
ii sysvinit-utils 2.86.ds1-52 System-V-like utilities
Versions of packages initscripts recommends:
ii psmisc 22.6-1 Utilities that use the proc filesy
ii splashutils [psmisc] 1.5.3.3-2 Splashutils main package
-- no debconf information
More information about the Pkg-sysvinit-devel
mailing list