[Lunar-commits] CVS: theedge/sbin lrm,1.29,1.30
Auke Kok
sofar at lunar-linux.org
Tue Dec 14 15:25:45 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:
More typo's
Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- lrm 14 Dec 2004 15:21:26 -0000 1.29
+++ lrm 14 Dec 2004 15:25:43 -0000 1.30
@@ -149,7 +149,7 @@
fi
# init.d scripts stop before rm phase, but only if ! upgrading
- if [ "$KEEPCONFIG" != "on" -o "$UPGRADE" == "on" ] ; then
+ if [ "$KEEPCONFIG" != "on" -a "$UPGRADE" != "on" ] ; then
# pre-read these variables!
SERVICES=$(get_module_config "SERVICES")
XINETD=$(get_other_module_config "xinetd" "INITDSCRIPTS")
@@ -212,7 +212,7 @@
return 1
fi
- if [ "$NOSUSTAIN" != "on" -o "$UPGRADE" != "on" ] ; then
+ if [ "$NOSUSTAIN" != "on" -a "$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