Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22994/scripts
Modified Files:
quagga
Log Message:
added missing state directory
Index: quagga
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/quagga,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- quagga 24 Apr 2004 00:58:54 -0000 1.2
+++ quagga 13 May 2004 21:50:07 -0000 1.3
@@ -57,7 +57,11 @@
groupadd -g 62 quagga || exit 1
useradd -u 62 -g quagga -s /bin/false quagga || exit 1
-
+
+ mkdir -p $CDDIR/var/state/quagga || exit 1
+ chown quagga.quagga $CDDIR/var/state/quagga || exit 1
+ chmod 770 $CDDIR/var/state/quagga || exit 1
+
echo "# Start QUAGGA?" >> $CONFIGFILE
echo "START_QUAGGA=no" >> $CONFIGFILE
echo >> $CONFIGFILE
|