summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-10 03:34:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-10 03:34:15 +0000
commitea9f93376e7b349d57f8244ed5a17718094b995a (patch)
tree5e6e9d87bdac98cfeea3091640aa906fb5114093
parentversion bump (bug #56495) (diff)
downloadhistorical-ea9f93376e7b349d57f8244ed5a17718094b995a.tar.gz
historical-ea9f93376e7b349d57f8244ed5a17718094b995a.tar.bz2
historical-ea9f93376e7b349d57f8244ed5a17718094b995a.zip
Fix bug 55576: Mention svc_stop/svc_start in the init-script so that runscript.sh doesn't complain
-rw-r--r--net-firewall/shorewall/ChangeLog6
-rw-r--r--net-firewall/shorewall/Manifest4
-rw-r--r--net-firewall/shorewall/files/shorewall6
3 files changed, 12 insertions, 4 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog
index a1fd401ef00d..6f2f611b262d 100644
--- a/net-firewall/shorewall/ChangeLog
+++ b/net-firewall/shorewall/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/shorewall
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.48 2004/07/09 12:24:30 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.49 2004/07/10 03:34:15 agriffis Exp $
+
+ 09 Jul 2004; Aron Griffis <agriffis@gentoo.org> files/shorewall:
+ Fix bug 55576: Mention svc_stop/svc_start in the init-script so that
+ runscript.sh doesn't complain
*shorewall-2.0.4 (09 Jul 2004)
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 68a6cab80bcc..5b156b9b353f 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,9 +1,9 @@
MD5 c527c038367b1c27f53a19343ca443f1 shorewall-1.4.10f.ebuild 1138
MD5 96e0ca1dda88e1c1a6f34a0247e28387 shorewall-2.0.4.ebuild 1875
MD5 001667c6f2a1ceeecc58a7f38b4da630 shorewall-2.0.3c.ebuild 1878
-MD5 cba218a38444d8a47e46735333505ad2 ChangeLog 6843
+MD5 f7dafdae97e269f78e4cd645e07a85bc ChangeLog 7017
MD5 9683bb7323c40d69b48d54ad0eb169ed metadata.xml 221
MD5 f7624af859e62ac0d00abc12ea839d23 files/digest-shorewall-2.0.4 138
MD5 3b1f1510d6cf9a2d9a050cfd5e70c7d5 files/digest-shorewall-1.4.10f 142
MD5 1de40dcaa00b03ddacb582eebe9e1c29 files/digest-shorewall-2.0.3c 141
-MD5 15be5815097cdddb4eb018aef62ea4b5 files/shorewall 563
+MD5 643a76ae6bc6a6cb3f4dcad6d2f66fea files/shorewall 816
diff --git a/net-firewall/shorewall/files/shorewall b/net-firewall/shorewall/files/shorewall
index fcd20b854317..aa42c977497b 100644
--- a/net-firewall/shorewall/files/shorewall
+++ b/net-firewall/shorewall/files/shorewall
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/files/shorewall,v 1.4 2004/03/04 19:20:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/files/shorewall,v 1.5 2004/07/10 03:34:15 agriffis Exp $
opts="start stop restart"
@@ -23,6 +23,10 @@ stop() {
}
restart() {
+ # shorewall comes with its own control script that includes a
+ # restart function, so refrain from calling svc_stop/svc_start
+ # here. Note that this comment is required to fix bug 55576;
+ # runscript.sh greps this script... (09 Jul 2004 agriffis)
ebegin "Restarting firewall"
/sbin/shorewall restart
eend $?