Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 420147
Collapse All | Expand All

(-)firehol.initrd.orig (-4 / +3 lines)
Lines 1-10 Link Here
1
#!/sbin/runscript
1
#!/sbin/runscript
2
# Copyright 1999-2004 Gentoo Foundation
2
# Copyright 1999-2004 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/files/firehol.initrd,v 1.7 2008/04/26 10:00:56 alonbl Exp $
4
# $Header: $
5
5
6
6
extra_commands="save panic try"
7
opts="start stop restart try status panic save"
7
extra_started_commands="reload"
8
8
9
depend() {
9
depend() {
10
	need localmount
10
	need localmount
Lines 42-48 Link Here
42
        eend $?
42
        eend $?
43
}
43
}
44
44
45
46
try() {
45
try() {
47
	ebegin "Trying FireHOL configuration"
46
	ebegin "Trying FireHOL configuration"
48
	/usr/sbin/firehol ${FIREHOL_CONF} try
47
	/usr/sbin/firehol ${FIREHOL_CONF} try

Return to bug 420147