|
From: <bl...@us...> - 2003-10-27 16:29:37
|
Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv27423/build/scripts
Modified Files:
Tag: rel-1-0-patches
rp-pppoe
Log Message:
Removed Roaring Penguin ipchains firewall scripts from /etc/ppp
Index: rp-pppoe
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/rp-pppoe,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- rp-pppoe 30 Sep 2003 20:54:35 -0000 1.10
+++ rp-pppoe 27 Oct 2003 16:26:25 -0000 1.10.2.1
@@ -39,6 +39,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
|