summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-07-20 02:17:12 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-07-20 02:17:12 +0000
commitf0814d1e4a2f0eff4d6ba5d6c986dac22f927eea (patch)
treebf7c1b5e0e4fd7b5b694d3d45be59a66295bcbc1 /net-firewall
parentfixed up gdal use flag handling and added to use.local (diff)
downloadgentoo-2-f0814d1e4a2f0eff4d6ba5d6c986dac22f927eea.tar.gz
gentoo-2-f0814d1e4a2f0eff4d6ba5d6c986dac22f927eea.tar.bz2
gentoo-2-f0814d1e4a2f0eff4d6ba5d6c986dac22f927eea.zip
We actually want to make sure it starts after ulogd since it can be used as a logger
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall/ChangeLog6
-rw-r--r--net-firewall/shorewall/files/shorewall3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog
index 722b1591f7a5..ad7312681756 100644
--- a/net-firewall/shorewall/ChangeLog
+++ b/net-firewall/shorewall/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/shorewall
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.79 2005/07/18 18:11:12 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.80 2005/07/20 02:17:12 gustavoz Exp $
+
+ 20 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> files/shorewall:
+ We actually want to make sure it starts after ulogd since it can be used as
+ a logger
18 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org>
shorewall-2.4.1.ebuild:
diff --git a/net-firewall/shorewall/files/shorewall b/net-firewall/shorewall/files/shorewall
index ca6a562eecf3..b6693689064d 100644
--- a/net-firewall/shorewall/files/shorewall
+++ b/net-firewall/shorewall/files/shorewall
@@ -1,13 +1,14 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/files/shorewall,v 1.7 2004/11/21 09:59:51 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/files/shorewall,v 1.8 2005/07/20 02:17:12 gustavoz Exp $
opts="start stop restart clear"
depend() {
need net
provide firewall
+ after ulogd
}
start() {