Ryan B. Lynch wrote:
I've been gone for a while, and I noticed that the 'shorewall' port was removed a few months back for lack of a maintainer. I don't have a copy of it, and while I could put one together myself, I'd rather save the work.
Is there an easy way to look at old versions of the repos? I tried doing an SVN checkout according to the wiki instructions <http://crux.nu/Main/SvnHowTo>, hoping I could look through the old revisions until I found it, but I keep getting 405 errors from the server.
Also, if anyone has a copy of the 'shorewall' port from the last year, that would solve this, too.
-Ryan
Hi, I've got an onlod CRUX 2.1 install and prt-get cat shorewall gives me this. HTH Joe # $Id: Pkgfile,v 1.9 2005/11/05 09:18:46 sten Exp $ # Description: a high-level tool for configuring Netfilter via simple textfiles # URL: http://www.shorewall.net/ # Maintainer: sten, nick dot steeves at shaw dot ca # Packager: # Depends on: iptables name=shorewall version=2.4.6 release=1 source=(ftp://ftp.shorewall.net/pub/shorewall/2.4/shorewall-$version/shorewall-$version.tgz) build() { cd $name-$version export DEST="/etc/rc.d" export OWNER=root export GROUP=root export PREFIX=$PKG ./install.sh sed -i 's:/var/lock/subsys/shorewall:"":' \ $PKG/etc/shorewall/shorewall.conf }