[Lunar-commits] CVS: theedge/var/lib/lunar/functions useradd.lunar,
1.5, 1.6
Auke Kok
sofar at lunar-linux.org
Wed Nov 10 08:19:18 UTC 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions
Modified Files:
useradd.lunar
Log Message:
Do not track changes to /etc/{passwd,group,shadow}
Index: useradd.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/useradd.lunar,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- useradd.lunar 21 May 2004 10:27:13 -0000 1.5
+++ useradd.lunar 10 Nov 2004 08:19:16 -0000 1.6
@@ -22,6 +22,9 @@
function add_priv_user() {
debug_msg "function add_priv_user ($@)"
+ if [ -n "$INSTALLWATCHFILE" ] ; then
+ devoke_installwatch
+ fi
USERNAME=$(echo $1 | cut -d: -f1)
GROUPNAME=$(echo $1 | cut -d: -f2)
@@ -75,5 +78,8 @@
fi
+ if [ -n "$INSTALLWATCHFILE" ] ; then
+ invoke_installwatch
+ fi
}
More information about the Lunar-commits
mailing list