livecd: rc.live - syntax error

havner havner at pld-linux.org
Wed Jul 12 09:29:19 CEST 2006


Author: havner                       Date: Wed Jul 12 07:29:19 2006 GMT
Module: livecd                        Tag: HEAD
---- Log message:
- syntax error

---- Files affected:
livecd:
   rc.live (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: livecd/rc.live
diff -u livecd/rc.live:1.29 livecd/rc.live:1.30
--- livecd/rc.live:1.29	Tue Jul 11 09:28:19 2006
+++ livecd/rc.live	Wed Jul 12 09:29:14 2006
@@ -229,7 +229,7 @@
 		PCMCIA=1
 	fi
 	# without udev we need pcmcia-cs, with udev we need pcmciautils
-	if [ ! "$UDEV" = "yes" -a "$PCMCIA" = "1" ]
+	if [ ! "$UDEV" = "yes" -a "$PCMCIA" = "1" ]; then
 		chkconfig --level 35 pcmcia on
 	else
 		chkconfig --level 35 pcmcia off
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/livecd/rc.live?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list