[Lunar-commits] CVS: theedge/var/lib/lunar/functions check.lunar, 1.18, 1.19

Auke Kok sofar at lunar-linux.org
Sun Mar 13 17:08:35 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv23130

Modified Files:
	check.lunar 
Log Message:
Removing obsolete call to show_owner.


Index: check.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/check.lunar,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- check.lunar	12 Oct 2004 11:29:06 -0000	1.18
+++ check.lunar	13 Mar 2005 17:08:31 -0000	1.19
@@ -125,7 +125,7 @@
   message  "Symbolic link: ${SYMLINK_COLOR}${ITEM}${DEFAULT_COLOR}"  \
            "is owned by ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR}"
   message  "Target of symbolic link is ${FILE_COLOR}${TARGET}${DEFAULT_COLOR}"
-  message  "${FILE_COLOR}${TARGET}${DEFAULT_COLOR} is owned by `show_owner`"
+  message  "${FILE_COLOR}${TARGET}${DEFAULT_COLOR} is owned by $(grep "^$TARGET$" $INSTALL_LOGS/* | cut -d: -f1)"
   message  "Removed: ${SYMLINK_COLOR}${ITEM}${DEFAULT_COLOR} from ${I_LOG}"
 }
 



More information about the Lunar-commits mailing list