Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24302
Modified Files:
resource-agents
Log Message:
use our version of the init script
Index: resource-agents
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/resource-agents,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- resource-agents 17 Dec 2016 23:18:23 -0000 1.4
+++ resource-agents 8 Jan 2017 14:26:29 -0000 1.5
@@ -38,6 +38,10 @@
cp -dvpR $TMPDIR/usr $CDDIR/ || exit 1
cp -dvpR $TMPDIR/var $CDDIR/ || exit 1
rm -rf $TMPDIR || exit 1
+
+ cp -dpv $MYDIR/scripts/ldirectord $ETCDIR/etc/init.d/ || exit 1
+ echo "# Start ldirectord?" >> $CONFIGFILE
+ echo "START_LDIRECTORD=no" >> $CONFIGFILE
fi
;;
|