Your message dated Fri, 11 Jan 2008 14:13:57 +0100
with message-id <[EMAIL PROTECTED]>
and subject line pcmcia-cs: No longer include init.d script
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: pcmcia-cs
Version: 3.2.8-8
Severity: normal
Tags: patch
There is a slight error in the LSB formatted info block for
/etc/init.d/portmap. The script should be called with the stop
argument in runlevel 1, so the '1' need to move to 'Default-Stop'.
Without this change, the insserv package create the wrong script order
for rc1.d/.
This patch solve the issue:
diff -u /etc/init.d/pcmcia etc/init.d/pcmcia
--- /etc/init.d/pcmcia 2005-08-03 18:19:00.000000000 +0200
+++ etc/init.d/pcmcia 2006-04-04 16:38:58.000000000 +0200
@@ -2,8 +2,8 @@
#
### BEGIN INIT INFO
# Provides: pcmcia
-# Default-Start: 1 2 3 4 5
-# Default-Stop: 0 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: PCMCIA support
# Description: This service provides PCMCIA hardware support.
### END INIT INFO
--- End Message ---
--- Begin Message ---
Version: 1:0
The pcmcia-cs package no longer include a init.d script. Closing as
solved because of this.
--- End Message ---