From: <bl...@us...> - 2003-10-27 15:27:16
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv13959/scripts Modified Files: rp-pppoe Log Message: Removed ipchains firewall scripts from /etc/ppp directory Index: rp-pppoe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rp-pppoe,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- rp-pppoe 13 Oct 2003 17:36:09 -0000 1.11 +++ rp-pppoe 27 Oct 2003 15:26:35 -0000 1.12 @@ -51,6 +51,7 @@ make install RPM_INSTALL_ROOT=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 + rm -f $WORKDIR/tmp/etc/ppp/firewall* copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 fi |