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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to