[Lunar-commits] CVS: theedge/var/lib/lunar/functions config.lunar,
1.7, 1.8 postbuild.lunar, 1.10, 1.11
Auke Kok
sofar at lunar-linux.org
Thu Mar 18 12:16:57 GMT 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10247/var/lib/lunar/functions
Modified Files:
config.lunar postbuild.lunar
Log Message:
Bugfix: theedge wasnt removing files from /etc/ at all, and added proper init.d script shutdowns on plain 'lrm' commands, as well as xinetd restarts.
Index: config.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/config.lunar,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- config.lunar 17 Mar 2004 22:58:11 -0000 1.7
+++ config.lunar 18 Mar 2004 12:16:55 -0000 1.8
@@ -71,3 +71,12 @@
}
+get_other_module_config() {
+ debug_msg "get_other_module_config ($@)"
+ if [ -n "$1" ] ; then
+ get_config "$DEPENDS_CONFIG/$1" "$2"
+ fi
+}
+
+
+
Index: postbuild.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/postbuild.lunar,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- postbuild.lunar 16 Aug 2003 19:54:06 -0000 1.10
+++ postbuild.lunar 18 Mar 2004 12:16:55 -0000 1.11
@@ -124,7 +124,7 @@
add_depends "$MODULE" "xinetd" "off" "optional"
fi
- echo "SERVICES=\"$SERVICES\"" >> $MODULE_CONFIG
+ set_module_config "SERVICES" "$SERVICES"
if [ "$RETURN" == "1" ] ; then
return 1
else
@@ -196,7 +196,7 @@
done
cd $SCRIPT_DIRECTORY
- echo "INITDSCRIPTS=\"$INSTALLED_INIDSCRIPTS\"" >> $MODULE_CONFIG
+ set_module_config "INITDSCRIPTS" "$INSTALLED_INIDSCRIPTS"
fi
}
More information about the Lunar-commits
mailing list