From: Heiko Z. <smi...@us...> - 2015-04-03 16:20:41
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8179 Modified Files: GateOne Log Message: added missing start option Index: GateOne =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/GateOne,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- GateOne 31 Jan 2015 22:37:00 -0000 1.1 +++ GateOne 3 Apr 2015 16:20:39 -0000 1.2 @@ -28,6 +28,10 @@ python setup.py install --root=$CDDIR || exit 1 cp $MYDIR/scripts/gateone $ETCDIR/etc/init.d/ || exit 1 + echo "# Start the GateOne daemon?" >> $CONFIGFILE + echo "START_GATEONE=no" >> $CONFIGFILE + echo >> $CONFIGFILE + fi ;; |