Your message dated Tue, 23 Jun 2009 06:33:38 +0000
with message-id <[email protected]>
and subject line Bug#500542: fixed in insserv 1.12.0-5
has caused the Debian Bug report #500542,
regarding insserv: Man page contains misleading information
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.)
--
500542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: insserv
Version: 1.12.0-4
Severity: minor
Man page of insserv lists known runlevels. In debian runlevels 2-5 are similar,
not like described in man page. Example: Display managers installed themselves
with default
runleves and in LSB-header they declare to be " Default-Start: 2 3 4 5"
which
isn't like man page says..
The REAL solution: runlevels should be defined in policy.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (800, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/4 CPU cores)
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 insserv depends on:
ii debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii libc6 2.7-13 GNU C Library: Shared libraries
ii sysv-rc 2.86.ds1-61 System-V-like runlevel change mech
insserv recommends no packages.
Versions of packages insserv suggests:
pn bootchart <none> (no description available)
-- debconf information:
* insserv/enable: true
--- insserv.8.in.orig 2008-07-29 16:16:18.000000000 +0300
+++ insserv.8.in 2008-09-29 11:40:04.000000000 +0300
@@ -139,25 +139,6 @@
@@ELSE_SUSE@@
directories.
@@END_SUSE@@
-Known runlevels are:
-.sp 1
-.in +1l
-.nf
- \fB0\fR\ used for System halt
- \fB1\fR\ used for single user mode
- \fB2\fR\ used for local multiuser without remote network
- \fB3\fR\ used for full multiuser with network
- \fB4\fR\ reserved for local use
- \fB5\fR\ used for full multiuser with network and xdm
- \fB6\fR\ used for System reboot
-@@BEGIN_SUSE@@
- \fBS\fR\ used during boot into single user mode
- \fBB\fR\ used during boot before any other runlevel
-@@ELSE_SUSE@@
- \fBS\fR\ used during boot before any other runlevel
-@@END_SUSE@@
-.fi
-.in -1l
.sp 1
.PP
.B insserv
--- End Message ---
--- Begin Message ---
Source: insserv
Source-Version: 1.12.0-5
We believe that the bug you reported is fixed in the latest version of
insserv, which is due to be installed in the Debian FTP archive:
insserv_1.12.0-5.dsc
to pool/main/i/insserv/insserv_1.12.0-5.dsc
insserv_1.12.0-5.tar.gz
to pool/main/i/insserv/insserv_1.12.0-5.tar.gz
insserv_1.12.0-5_i386.deb
to pool/main/i/insserv/insserv_1.12.0-5_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 insserv 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: Tue, 23 Jun 2009 08:19:19 +0200
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.12.0-5
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description:
insserv - boot sequence organizer using LSB init.d script dependencies
Closes: 500542 503603 512858
Changes:
insserv (1.12.0-5) unstable; urgency=low
.
[ Kel Modderman ]
* Convert dpatches to quilt series and adjust debian/rules and
debian/control.
* Refresh debian/patches/10_nosuse.patch to apply without fuzz.
* Add debian/patches/70_req_start_all_depends.patch to correct
dependency information written to .depend.* files for scripts which
declare Required-Start: $all. Thanks to upstream developer Werner
Fink for giving us th heads up about this problem and patch.
* Add Japanese translation. Thanks Hideki Yamane. (Closes: #512858)
* Add Swedish translation. Thanks Martin Bagge. (Closes: #503603)
* Add debian/manpages and call dh_installman without specific
arguments in debian/rules.
* Depend on debhelper >= 6 and use compat level of 6.
* Update to Standards-Version 3.8.1 without any required changes.
* Add Homepage field to debian/control.
* Add debian/patches/80_manual_warnings.patch to correct format,
spelling and grammar errors in manual page.
* Add debian/patches/90_no_runlevel_spec_for_debian.patch to remove
reference to known runlevels on Debian systems. These should be
defined in Debian policy. (Closes: #500542)
* Add interface to disable|enable service symlinks for all Default-
Start runlevels or those specified on the command line. This is
analogous to the interface introduced to update-rc.d of 2.86.ds1-62.
* Make sure disable|enable action does not call insserv if it did not
alter any runlevel symlinks.
* Consolidate debian/insserv.dirs into debian/dirs, only one should
exist.
* Add debian/bash-completion and install it to /etc/bash_completion.d/
to enhance usability for bash shell users.
* When arguments to start/stop/defaults action are given to update-
rc.d wrapper, emit a warning that the LSB information of script
overrides the given arguments.
* Improve the way in which update-rc.d disable/enable function
determines index of S or K bit of runlevel symlink by using rindex
instead of a hardcoded index.
* Improve update-rc.d enable/disable function for when an unhandled
runlevel is given as argument.
* Also look in /usr/share/insserv/overrides/ when performing
disable/enable function in update-rc.d.
.
[ Petter Reinholdtsen ]
* Make a note in the usage text that update-rc.d disable and enable
API is not yet set in stone.
Checksums-Sha1:
8b3d43f330af71eed3dc0ca48839790e78c21e23 949 insserv_1.12.0-5.dsc
a93f48ec06d01fa678dd34b2b7cb35a7c788c0ac 103394 insserv_1.12.0-5.tar.gz
3da9609ae6fe98cae9e9f4e0573471376f35e3ff 69290 insserv_1.12.0-5_i386.deb
Checksums-Sha256:
c02ac3f524529f9bda853b672cf85d3cd4e3c617e219431359fb5dde1b7c4ea1 949
insserv_1.12.0-5.dsc
cd8b056f8f7abc68145ea25da688305e116a2ae0ace2d15c2198a2b93176b699 103394
insserv_1.12.0-5.tar.gz
001a331e60a842e1123d7d2d021b60ea086db4db453cb9466f99e05eb1991b15 69290
insserv_1.12.0-5_i386.deb
Files:
89da6737a63bfa41002d603594c0eadc 949 misc optional insserv_1.12.0-5.dsc
fbaf86005121f8221561f6709ef8550b 103394 misc optional insserv_1.12.0-5.tar.gz
f0da04815ea4a109b1fcd2bdf2c4928c 69290 misc optional insserv_1.12.0-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKQHWy20zMSyow1ykRAmUiAJ4gobnSdvrXOKPMGxvphMhyqlzJ/QCgyvJH
1a2oRjBPdpoq/YEbu7z6C0I=
=HS/T
-----END PGP SIGNATURE-----
--- End Message ---