From a8e015501537110d1109ab8d21015257689219b2 Mon Sep 17 00:00:00 2001 From: bbruns Date: Mon, 26 Jul 2010 15:35:48 +0000 Subject: [PATCH] --- doc/firewall-sosdg.init | 2 +- rc.firewall | 32 ++++++++++++++++++++++++++------ start-firewall | 1 + 3 files changed, 28 insertions(+), 7 deletions(-) create mode 120000 start-firewall diff --git a/doc/firewall-sosdg.init b/doc/firewall-sosdg.init index 9dfaaf1..8a21fb8 100644 --- a/doc/firewall-sosdg.init +++ b/doc/firewall-sosdg.init @@ -1,6 +1,6 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: sosdg-firewall +# Provides: firewall-sosdg # Required-Start: $local_fs $network # Required-Stop: $local_fs $network # X-Start-Before: diff --git a/rc.firewall b/rc.firewall index 43890a6..3c865b6 100755 --- a/rc.firewall +++ b/rc.firewall @@ -1,13 +1,33 @@ #/bin/sh -# v0.9.3 +# v0.9.4 # By Brielle Bruns # URL: http://www.sosdg.org/freestuff/firewall # License: GPLv3 -echo -e "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" -echo -e "SOSDG/Firewall v0.9.3" -echo -e "Brielle Bruns " -echo -e "http://www.sosdg.org/freestuff/firewall" -echo -e "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n" +# +# Copyright (C) 2009 - 2010 Brielle Bruns +# Copyright (C) 2009 - 2010 The Summit Open Source Development Group +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + +echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + SOSDG/Firewall v0.9.3 + Brielle Bruns + http://www.sosdg.org/freestuff/firewall + This program comes with ABSOLUTELY NO WARRANTY. + This is free software, and you are welcome to + redistribute it under certain conditions. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" BASEDIR=/etc/firewall-sosdg TWEAKS=$BASEDIR/tweaks diff --git a/start-firewall b/start-firewall new file mode 120000 index 0000000..0e613ef --- /dev/null +++ b/start-firewall @@ -0,0 +1 @@ +rc.firewall \ No newline at end of file