Package: initscripts Version: 2.87dsf-6 Severity: minor Tags: patch *** Please type your report below this line ***
Hello, I guess that /etc/init.d/bootlogs has been separated from /etc/init.d/bootmisc.sh since there is a small error in the script code (a patch is provided). In the "case" statement, under the option *), I read: echo "Usage: bootmisc.sh [start|stop]" >&2 and it should be echo "Usage: bootlogs [start|stop|status]" >&2 It would be nice to implement this really small change in the code. Thank you! -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (200, 'unstable'), (99, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages initscripts depends on: ii coreutils 7.4-2 The GNU core utilities ii debianutils 3.2.1 Miscellaneous utilities specific t ii libc6 2.9-25 GNU C Library: Shared libraries ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii mount 2.16.1-3 Tools for mounting and manipulatin ii sysv-rc 2.87dsf-6 System-V-like runlevel change mech ii sysvinit-utils 2.87dsf-6 System-V-like utilities Versions of packages initscripts recommends: ii e2fsprogs 1.41.9-1 ext2/ext3/ext4 file system utiliti ii psmisc 22.8-1 utilities that use the proc file s initscripts suggests no packages. -- no debconf information
--- bootlogs 2009-10-16 13:10:41.000000000 -0400 +++ bootlogs.new 2009-10-16 13:09:02.000000000 -0400 @@ -68,7 +68,7 @@ exit $? ;; *) - echo "Usage: bootmisc.sh [start|stop]" >&2 + echo "Usage: bootlogs [start|stop|status]" >&2 exit 3 ;; esac
_______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

