Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14604/scripts
Modified Files:
heartbeat
Log Message:
added missing user/group for heartbeat
Index: heartbeat
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/heartbeat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- heartbeat 1 Mar 2004 02:42:37 -0000 1.1
+++ heartbeat 2 Mar 2004 02:59:48 -0000 1.2
@@ -47,6 +47,9 @@
find $WORKDIR/tmp/usr/lib/ -name \*a | xargs rm || exit 1
copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1
copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1
+
+ useradd -s /bin/false -u 50 hacluster
+ groupadd -g 50 haclient
rm -rf $WORKDIR/tmp || exit 1
fi
|