[Lunar-commits] CVS: theedge/sbin lrm,1.35,1.36
Auke Kok
sofar at lunar-linux.org
Thu Mar 31 08:09:23 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:
cosmetic warning fix
Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- lrm 30 Mar 2005 11:25:52 -0000 1.35
+++ lrm 31 Mar 2005 08:09:20 -0000 1.36
@@ -148,7 +148,9 @@
run_module_file $MODULE PRE_REMOVE
fi
- update_plugin $MODULE remove
+ if [ "$MODULE" != "moonbase" ]; then
+ update_plugin $MODULE remove
+ fi
# init.d scripts stop before rm phase, but only if ! upgrading
if [ "$KEEPCONFIG" != "on" -a "$UPGRADE" != "on" ] ; then
More information about the Lunar-commits
mailing list