[Lunar-commits] CVS: theedge/sbin lrm,1.33,1.34
Auke Kok
sofar at lunar-linux.org
Fri Mar 18 22:50:32 UTC 2005
Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/sbin
Modified Files:
lrm
Log Message:
oops!
Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- lrm 19 Dec 2004 12:10:19 -0000 1.33
+++ lrm 18 Mar 2005 22:50:30 -0000 1.34
@@ -214,7 +214,7 @@
if [ "$NOSUSTAIN" != "on" -a "$UPGRADE" != "on" ] ; then
debug_msg "checking if \"$1\" is sustained"
- if grep -q -w "$MODULE" "$SUSTAINED" ; then
+ if grep -q "^$MODULE$" "$SUSTAINED" ; then
message "${MODULE_COLOR}${MODULE}" \
"${PROBLEM_COLOR}is sustained." \
"${DEFAULT_COLOR}"
More information about the Lunar-commits
mailing list