From: Heiko Z. <smi...@us...> - 2004-04-14 23:36:15
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2270/scripts Modified Files: ez-ipupdate Log Message: added ez-ipupdate init script Index: ez-ipupdate =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ez-ipupdate,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ez-ipupdate 11 Jan 2004 14:43:04 -0000 1.8 +++ ez-ipupdate 14 Apr 2004 23:36:06 -0000 1.9 @@ -44,6 +44,13 @@ cp -dpR example*.conf $ETCDIR/etc/ez-ipupdate || exit 1 chmod 600 $ETCDIR/etc/ez-ipupdate/* || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + cp $MYDIR/scripts/ez-ipupdate $ETCDIR/etc/init.d || exit 1 + + echo "# start the ez-ipupdate?" >> $CONFIGFILE + echo "START_$MYNAME=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_$MYNAME=\"$MYNAME is a client for DDNS services.\"" >> $SOFTWAREHELP fi ;; |