Your message dated Sat, 26 Jul 2008 01:21:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#491811: Wrong update_rc.d in netbase.postinst
has caused the Debian Bug report #491811,
regarding Wrong update_rc.d in netbase.postinst
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.)
--
491811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491811
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: netbase
Version: 4.32
Severity: minor
netbase.postinst does the following:
update-rc.d networking start 40 S . start 35 0 6 . > /dev/null
However the INIT INFO in /etc/init.d/networking has:
# Default-Start: S
# Default-Stop: 0 6
The latter seems more logical, so maybe netbase.postinst should:
update-rc.d networking start 40 S . stop 35 0 6 . > /dev/null
Found in both 4.29 (Etch) and 4.32 (Lenny).
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/2 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 netbase depends on:
ii ifupdown 0.6.8+nmu1 high level tools to configure netw
ii lsb-base 3.2-12 Linux Standard Base 3.2 init scrip
netbase recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Jul 22, Mike Bird <[EMAIL PROTECTED]> wrote:
> The latter seems more logical, so maybe netbase.postinst should:
> update-rc.d networking start 40 S . stop 35 0 6 . > /dev/null
There are many other scripts like this. Philosofically it's wrong, but
it's also impossibile to fix without renaming all these links at the
same time or switching to a dependency-based boot system.
If you want to fix this on your system, enable insserv.
--
ciao,
Marco
signature.asc
Description: Digital signature
--- End Message ---