From: Heiko Z. <smi...@us...> - 2004-04-01 02:08:14
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22905/scripts Modified Files: apcupsd Log Message: Roland: here is a small patch which polishes up apcupsd a bit and fixes save-config when an empty medium is inserted (/cdrom/config was changed to /config) Index: apcupsd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/apcupsd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- apcupsd 15 Mar 2004 01:22:51 -0000 1.1 +++ apcupsd 1 Apr 2004 01:56:20 -0000 1.2 @@ -70,6 +70,8 @@ rm -rf $WORKDIR/tmp || exit 1 cp -dp $MYDIR/scripts/apcupsd $ETCDIR/etc/init.d/ || exit 1 + cp -dp $MYDIR/scripts/apcupsd_apache2.config $ETCDIR/etc/apcupsd/ || exit 1 + ln -sf /usr/share/apcupsd/cgi $ETCDIR/etc/apcupsd/cgi || exit 1 ln -sf /usr/share/apcupsd/css $ETCDIR/etc/apcupsd/css || exit 1 |