[Lunar-commits] CVS: theedge/var/lib/lunar/functions depends.lunar,
1.45, 1.46
Auke Kok
sofar at lunar-linux.org
Mon Oct 25 19:33:47 UTC 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv9208/var/lib/lunar/functions
Modified Files:
depends.lunar
Log Message:
#510 --purge really list all dependencies now
Index: depends.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/depends.lunar,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- depends.lunar 12 Oct 2004 11:29:06 -0000 1.45
+++ depends.lunar 25 Oct 2004 19:33:44 -0000 1.46
@@ -410,7 +410,7 @@
# list all installed modules depending on $1
list_installed_depending() {
debug_msg "list_installed_depending($2)"
- for SUBDEP in $(grep ":$1:on:required" $DEPENDS_STATUS | cut -d: -f1 | sort | uniq) ; do
+ for SUBDEP in $(grep ":$1:" $DEPENDS_CACHE | cut -d: -f1) ; do
if $(module_installed $SUBDEP ) ; then
list_installed_depending $SUBDEP | sort | uniq
echo $SUBDEP
More information about the Lunar-commits
mailing list