[Lunar-commits] CVS: theedge/sbin lrm,1.30,1.31
Auke Kok
sofar at lunar-linux.org
Tue Dec 14 15:31:55 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:
I'm losing it here
Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- lrm 14 Dec 2004 15:25:43 -0000 1.30
+++ lrm 14 Dec 2004 15:31:53 -0000 1.31
@@ -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