From: Bruce S. <bl...@us...> - 2004-05-03 18:12:11
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24865/scripts Modified Files: shorewall Log Message: Updated Shorewall to 2.0.1 Index: shorewall =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shorewall,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- shorewall 29 Feb 2004 15:34:18 -0000 1.5 +++ shorewall 3 May 2004 18:12:01 -0000 1.6 @@ -35,7 +35,7 @@ mkdir -p $WORKDIR/tmp || exit 1 # Install shorewall into $WORKDIR/tmp - PREFIX=$WORKDIR/tmp ./install.sh /etc/init.d || exit 1 + PREFIX=$WORKDIR/tmp ./install.sh || exit 1 # Create the directories for /var mkdir -p $CDDIR/var/lib/shorewall |