[Lunar-commits] CVS: theedge/sbin lrm,1.28,1.29

Auke Kok sofar at lunar-linux.org
Tue Dec 14 15:21:28 UTC 2004


Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/sbin

Modified Files:
	lrm 
Log Message:
needed... logic


Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- lrm	14 Dec 2004 15:05:05 -0000	1.28
+++ lrm	14 Dec 2004 15:21:26 -0000	1.29
@@ -212,7 +212,7 @@
     return 1
   fi
 
-  if [ "$NOSUSTAIN" != "on" -a "$UPGRADE" != "on" ] ; then
+  if [ "$NOSUSTAIN" != "on" -o "$UPGRADE" != "on" ] ; then
     debug_msg "checking if \"$1\" is sustained"
     if grep -q -w "$MODULE" "$SUSTAINED" ; then
       message  "${MODULE_COLOR}${MODULE}"       \



More information about the Lunar-commits mailing list