diff options
author | Robert Alessi <ralessi@univ-poitiers.fr> | 2010-05-11 20:01:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:34 +0200 |
commit | 5529cc9b88d6208bc319e00eb6fbfb1e1a087e33 (patch) | |
tree | c56c534247bf6ab9c85a1bb7f8582705729eea82 /network/guarddog/README | |
parent | e6e9cce83571f6fe00a525af78e4400ef24cbeab (diff) | |
download | slackbuilds-5529cc9b88d6208bc319e00eb6fbfb1e1a087e33.tar.gz |
network/guarddog: Added to 12.0 repository
Diffstat (limited to 'network/guarddog/README')
-rw-r--r-- | network/guarddog/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/guarddog/README b/network/guarddog/README new file mode 100644 index 0000000000..d35895c5b5 --- /dev/null +++ b/network/guarddog/README @@ -0,0 +1,18 @@ +Guarddog is a firewall configuration utility for Linux systems. Guarddog is +aimed at two groups of users: novice to intermediate users who are not experts +in TCP/IP networking and security, and those users who don't want the hassle +of dealing with cryptic shell scripts and iptables parameters. + +Guarddog should work "out of the box" on any standard stock Slackware 12.0 +installation. + +You will need to add the following to /etc/rc.d/rc.local in order to have +the firewall script that Guarddog creates started at boot: + if [ -x /etc/rc.firewall ]; then + /etc/rc.firewall + fi +It seems that Guarddog hard-codes this location, so there's no way to change +it when building. Since a standard Slackware system will execute a firewall +script at boot if one exists (and is executable) at /etc/rc.d/rc.firewall, +you might consider doing the following instead: + ln -s /etc/rc.firewall /etc/rc.d/rc.firewall |