Your message dated Sun, 25 Oct 2009 12:02:42 +0000
with message-id <[email protected]>
and subject line Bug#551263: fixed in sysvinit 2.87dsf-7
has caused the Debian Bug report #551263,
regarding initscripts: /etc/init.d/bootlogs has a wrong line in the "case" 
statement
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
551263: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551263
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.87dsf-7

We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive:

initscripts_2.87dsf-7_i386.deb
  to pool/main/s/sysvinit/initscripts_2.87dsf-7_i386.deb
sysv-rc_2.87dsf-7_all.deb
  to pool/main/s/sysvinit/sysv-rc_2.87dsf-7_all.deb
sysvinit-utils_2.87dsf-7_i386.deb
  to pool/main/s/sysvinit/sysvinit-utils_2.87dsf-7_i386.deb
sysvinit_2.87dsf-7.diff.gz
  to pool/main/s/sysvinit/sysvinit_2.87dsf-7.diff.gz
sysvinit_2.87dsf-7.dsc
  to pool/main/s/sysvinit/sysvinit_2.87dsf-7.dsc
sysvinit_2.87dsf-7_i386.deb
  to pool/main/s/sysvinit/sysvinit_2.87dsf-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[email protected]> (supplier of updated sysvinit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 Oct 2009 11:07:22 +0100
Source: sysvinit
Binary: sysvinit sysvinit-utils sysv-rc initscripts
Architecture: source i386 all
Version: 2.87dsf-7
Distribution: unstable
Urgency: low
Maintainer: Debian sysvinit maintainers 
<[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description: 
 initscripts - scripts for initializing and shutting down the system
 sysv-rc    - System-V-like runlevel change mechanism
 sysvinit   - System-V-like init utilities
 sysvinit-utils - System-V-like utilities
Closes: 381497 481028 512237 542515 547073 551263
Changes: 
 sysvinit (2.87dsf-7) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Change if-up.d/mountnfs to not claim to wait for the last network
     interface when there are no network file systems listed in
     /etc/fstab (Closes: #512237, 481028).  Patch from Adrian Bridgett.
   * Add startpar patch 05_pri_kdm_gdm.patch to try to get gdm and kdm
     to start earlier when concurrent booting is enabled.
   * Quiet down sysv-rc postinst to not give error when no file exist
     in /var/lib/update-rc.d.  Discovered from piuparts.
   * Report error from update-rc.d when insserv reject a script, to
     make it more clear what program call failed in a postinst.
   * Drop optional dependency from checkfs to cryptdisks, the
     cryptdisks script have a reverse dependency on checkfs, and that
     is a better way to do it.
   * Rewrite init.d/mtab.sh and init.d/checkroot.sh to not use
     /usr/bin/which, as it is running before /usr/ is guaranteed to be
     available.
   * Rewrite /lib/init/usplash-fsck-functions.sh to use blkid instead of
     the now obsolete vol_id.  Patch from Martin Pitt and Ubuntu.
   * Update 91_sulogin_lockedpw.dpatch to include documentation,
     without the Ubuntu references.  Based on patch from Scott James
     Remnant and Ubuntu.
   * Add patch 55_bootlogd_flush.patch to make sure lines are flushed
     to the kernel even when not asking the kernel to flush to disk
     (Closes: 542515).  Patch from Scott Gifford.
   * Add patch 63_init_keep_utf8_ttyflag.patch to make sure the utf-8
     tty flag is not cleared (Closes: 547073).  Patch from Samuel
     Thibault.
   * Include url to wiki page with information on how to fix the
     problems when unable to migrate to dependency based boot
     sequencing.
   * Make mountnfs-bootclean.sh also depend on $local_fs, to avoid
     surprises on systems where the admin removed mountnfs.sh from
     rcS.d/.  It is not a good idea to remove it, but there is no need
     for the script to fail when someone is crazy enough to remove a
     essential init.d script
 .
   [ Henrique de Moraes Holschuh ]
   * invoke-rc.d: return exit status 4 when action "status" is denied,
     to allow simpleminded policy-rc.d scripts to work well with the
     status action (closes: #381497)
 .
   [ Kel Modderman ]
   * Fix bootlogs init.d script to output correct name and supported
     actions in usage statement. (Closes: #551263)
Checksums-Sha1: 
 855216766d2d376d427c94fe17b84f2205535e6c 1501 sysvinit_2.87dsf-7.dsc
 0d1ec7434b5147b90a981139846b09cfb3c650a6 152916 sysvinit_2.87dsf-7.diff.gz
 442f2aaf83417e8030c29c61c493879614a03bff 106994 sysvinit_2.87dsf-7_i386.deb
 96ad832db2c53646b1112725653367fa4b70b424 106590 
sysvinit-utils_2.87dsf-7_i386.deb
 0ce37ac2ba82629c7f47cb73026e5298006c33f5 62814 initscripts_2.87dsf-7_i386.deb
 84c94a491e39b448edf5c46c9b69291cf0438293 49096 sysv-rc_2.87dsf-7_all.deb
Checksums-Sha256: 
 eae3ce1456c10075ee6ef6348d3ffaa88123c46bfc9dc43df5c219438b5f8ae3 1501 
sysvinit_2.87dsf-7.dsc
 94f86e946b8b67d067b6ed59dbb4446b7458cc2ccf1df46eeaa1054b4ec07fc9 152916 
sysvinit_2.87dsf-7.diff.gz
 fbb397df17f2f51057370362e6f2162c8c6e27b4a0003d74de22f653816317e5 106994 
sysvinit_2.87dsf-7_i386.deb
 87328b0d1249c4939c6dfd465e6a05a43264f872254c43bb03076f8161366590 106590 
sysvinit-utils_2.87dsf-7_i386.deb
 ba60762ab14e7766a1f02e7ccfbbbd019c718bd54511d903088f283930ac40d0 62814 
initscripts_2.87dsf-7_i386.deb
 e29061f61c80df8f9dd2d5fed3951eab3978a21e113a812bb72a15dc94e3cc4e 49096 
sysv-rc_2.87dsf-7_all.deb
Files: 
 ce8bea2083d25295388ceebf100635bb 1501 admin required sysvinit_2.87dsf-7.dsc
 38c4bb202a74db30a30adc494f70a4f6 152916 admin required 
sysvinit_2.87dsf-7.diff.gz
 14637c004f05fe1e5fa8d8eaaba1a804 106994 admin required 
sysvinit_2.87dsf-7_i386.deb
 369935a27d1d4c460c0ce02b40b12141 106590 admin required 
sysvinit-utils_2.87dsf-7_i386.deb
 65ed37c0b28b518d5f9989aa38b1bed0 62814 admin required 
initscripts_2.87dsf-7_i386.deb
 58c9b170fd88a3b68a2d1c10b7b0dda4 49096 admin required sysv-rc_2.87dsf-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFK5DoE20zMSyow1ykRArNjAKCioHpnuSR6348PNEZ/gRaR0Cr9RgCfZVej
52fJEwpLXgsvlsFAWeG5rGo=
=uyUi
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to