[Lunar-commits] CVS: theedge/sbin lrm,1.26,1.27

Auke Kok sofar at lunar-linux.org
Mon Oct 25 19:33:46 UTC 2004


Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/tmp/cvs-serv9208/sbin

Modified Files:
	lrm 
Log Message:
#510 --purge really list all dependencies now


Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- lrm	26 Sep 2004 15:03:21 -0000	1.26
+++ lrm	25 Oct 2004 19:33:44 -0000	1.27
@@ -323,7 +323,7 @@
     if check_status "$MODULE" ; then
       # assemble pureg list if requested
       if [ "$PURGE" == "on" ] ; then
-        DEPS=$(list_installed_depending "$MODULE")
+        DEPS=$(list_installed_depending "$MODULE" | sort | uniq)
         for DEP in $DEPS ; do
           # skip held modules
           if ! module_held $DEP ; then



More information about the Lunar-commits mailing list