SOURCES: pcmcia-cs-network.script Handle starting of pcmcia device...

arekm arekm at pld-linux.org
Wed Jul 27 11:08:02 CEST 2005


Author: arekm                        Date: Wed Jul 27 09:08:02 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
Handle starting of pcmcia devices as special kind of hotplug.

---- Files affected:
SOURCES:
   pcmcia-cs-network.script (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/pcmcia-cs-network.script
diff -u SOURCES/pcmcia-cs-network.script:1.4 SOURCES/pcmcia-cs-network.script:1.5
--- SOURCES/pcmcia-cs-network.script:1.4	Tue Aug 17 23:42:40 2004
+++ SOURCES/pcmcia-cs-network.script	Wed Jul 27 11:07:57 2005
@@ -19,10 +19,10 @@
 
 case "${action:?}" in
 'start')
-	/sbin/ifup ${device} boot
+	/sbin/ifup ${device} pcmcia-hotplug
     ;;
 'stop')
-	/sbin/ifdown ${device} boot
+	/sbin/ifdown ${device} pcmcia-hotplug
 	# to be always sure that device is down in case when it was
 	# configured and up and then iface configuration was deleted
 	ip link set ${device} down > /dev/null 2>&1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pcmcia-cs-network.script?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list