CVS: theedge/var/lib/lunar/functions tracking.lunar,1.6,1.7

elaine at lunar-linux.org elaine at lunar-linux.org
Sat Aug 2 22:16:38 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12464

Modified Files:
	tracking.lunar 
Log Message:
Added chmod 644 after temp_create to make install logs readable


Index: tracking.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/tracking.lunar,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tracking.lunar	29 Jul 2003 20:49:28 -0000	1.6
+++ tracking.lunar	2 Aug 2003 22:16:36 -0000	1.7
@@ -71,6 +71,7 @@
   debug_msg "create_install_log ($@)"
 
   TMP_INST_LOG=$(temp_create "install-log")
+  chmod 644 $TMP_INST_LOG
   INST_LOG="$INSTALL_LOGS/$MODULE-$VERSION"
   rm -f $INST_LOG &> /dev/null
 




More information about the Lunar-commits mailing list