Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 530704 | Differences between
and this patch

Collapse All | Expand All

(-)old/net-firewall/shorewall/files/4.5.21.10-r1/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall/files/4.5.21.9/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall/files/4.6/shorewall6.initd (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/sbin/openrc-run
1
#!/sbin/runscript
2
# Copyright 1999-2014 Gentoo Foundation
2
# Copyright 1999-2014 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/shorewall/files/4.6/shorewall6.initd,v 1.1 2014/11/18 12:54:56 xmw Exp $
4
# $Header: $
5
5
6
description='The Shoreline Firewall 6, more commonly known as "Shorewall6", is'
6
description='The Shoreline Firewall 6, more commonly known as "Shorewall6", is'
7
description="${description} a high-level tool for configuring Netfilter."
7
description="${description} a high-level tool for configuring Netfilter."
(-)old/net-firewall/shorewall/files/4.6/shorewall6-lite.initd (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/sbin/openrc-run
1
#!/sbin/runscript
2
# Copyright 1999-2014 Gentoo Foundation
2
# Copyright 1999-2014 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/shorewall/files/4.6/shorewall6-lite.initd,v 1.1 2014/11/18 12:54:56 xmw Exp $
4
# $Header: $
5
5
6
description='The Shoreline Firewall 6 Lite, more commonly known as "Shorewall6 Lite", is'
6
description='The Shoreline Firewall 6 Lite, more commonly known as "Shorewall6 Lite", is'
7
description="${description} a high-level tool for configuring Netfilter."
7
description="${description} a high-level tool for configuring Netfilter."
(-)old/net-firewall/shorewall/files/4.6/shorewall.initd (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/sbin/openrc-run
1
#!/sbin/runscript
2
# Copyright 1999-2014 Gentoo Foundation
2
# Copyright 1999-2014 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/shorewall/files/4.6/shorewall.initd,v 1.1 2014/11/18 12:54:56 xmw Exp $
4
# $Header: $
5
5
6
description='The Shoreline Firewall, more commonly known as "Shorewall", is'
6
description='The Shoreline Firewall, more commonly known as "Shorewall", is'
7
description="${description} a high-level tool for configuring Netfilter."
7
description="${description} a high-level tool for configuring Netfilter."
(-)old/net-firewall/shorewall/files/4.6/shorewall-init.initd (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/sbin/openrc-run
1
#!/sbin/runscript
2
# Copyright 1999-2014 Gentoo Foundation
2
# Copyright 1999-2014 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/shorewall/files/4.6/shorewall-init.initd,v 1.1 2014/11/18 12:54:56 xmw Exp $
4
# $Header: $
5
5
6
SHOREWALLRC_FILE="@GENTOO_PORTAGE_EPREFIX@/usr/share/shorewall/shorewallrc"
6
SHOREWALLRC_FILE="@GENTOO_PORTAGE_EPREFIX@/usr/share/shorewall/shorewallrc"
7
CONFIG_FILE="@GENTOO_PORTAGE_EPREFIX@/etc/conf.d/${SVCNAME}"
7
CONFIG_FILE="@GENTOO_PORTAGE_EPREFIX@/etc/conf.d/${SVCNAME}"
(-)old/net-firewall/shorewall/files/4.6/shorewall-lite.initd (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/sbin/openrc-run
1
#!/sbin/runscript
2
# Copyright 1999-2014 Gentoo Foundation
2
# Copyright 1999-2014 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/shorewall/files/4.6/shorewall-lite.initd,v 1.1 2014/11/18 12:54:56 xmw Exp $
4
# $Header: $
5
5
6
description='The Shoreline Firewall Lite, more commonly known as "Shorewall Lite", is'
6
description='The Shoreline Firewall Lite, more commonly known as "Shorewall Lite", is'
7
description="${description} a high-level tool for configuring Netfilter."
7
description="${description} a high-level tool for configuring Netfilter."
(-)old/net-firewall/shorewall/files/4.6/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.6 rc file
2
# Gentoo Shorewall 4.6 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall/files/4.6/shorewallrc-r1 (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.6 rc file
2
# Gentoo Shorewall 4.6 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall/shorewall-4.6.5.2.ebuild (-2 / +1 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.5.2.ebuild,v 1.1 2014/11/18 12:54:56 xmw Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 117-123 RDEPEND=" Link Here
117
	!net-firewall/shorewall-lite
117
	!net-firewall/shorewall-lite
118
	!net-firewall/shorewall6-lite
118
	!net-firewall/shorewall6-lite
119
	!net-firewall/shorewall-init
119
	!net-firewall/shorewall-init
120
	!<sys-apps/openrc-0.13
121
	!<sys-apps/systemd-214
120
	!<sys-apps/systemd-214
122
"
121
"
123
122
(-)old/net-firewall/shorewall6/files/4.5.21.10-r1/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall6/files/4.5.21.9/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall6-lite/files/4.5.21.10/shorewall6-lite.confd (-15 lines)
Lines 1-15 Link Here
1
# Global start/restart/stop options
2
# 
3
OPTIONS=""
4
5
# Start options
6
# 
7
STARTOPTIONS=""
8
9
# Stop options
10
# 
11
STOPOPTIONS=""
12
13
# Restart options
14
# 
15
RESTARTOPTIONS=""
(-)old/net-firewall/shorewall6-lite/files/4.5.21.10/shorewall6-lite.initd (-82 lines)
Lines 1-82 Link Here
1
#!/sbin/runscript
2
# Copyright 1999-2014 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/files/4.5.21.10/shorewall6-lite.initd,v 1.1 2014/06/12 14:32:38 tomwij Exp $
5
6
description='The Shoreline Firewall 6 Lite, more commonly known as "Shorewall6 Lite", is'
7
description="${description} a high-level tool for configuring Netfilter."
8
9
extra_commands="clear"
10
extra_started_commands="reset"
11
12
description_clear="Clear will remove all rules and chains installed by"
13
description_clear="${description_clear} Shorewall6 Lite. The firewall is"
14
description_clear="${description_clear} then wide open and unprotected."
15
16
description_reset="All the packet and byte counters in the firewall are reset."
17
18
depend() {
19
	need net
20
	provide firewall
21
	after ulogd
22
}
23
24
status() {
25
	local _retval
26
	/sbin/shorewall6-lite status 1>/dev/null
27
	_retval=$?
28
	if [ ${_retval} = '0' ]; then
29
		einfo 'status: started'
30
		mark_service_started "${SVCNAME}"
31
		return 0
32
	else
33
		einfo 'status: stopped'	
34
		mark_service_stopped "${SVCNAME}"
35
		return 3
36
	fi
37
}
38
39
start() {
40
	ebegin "Starting shorewall6-lite"
41
	/sbin/shorewall6-lite ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null
42
	eend $? 
43
}
44
45
stop() {
46
	ebegin "Stopping shorewall6-lite"
47
	/sbin/shorewall6-lite ${OPTIONS} stop ${STOPOPTIONS} 1>/dev/null
48
	eend $?
49
}
50
51
restart() {
52
	# shorewall comes with its own control script that includes a
53
	# restart function, so refrain from calling svc_stop/svc_start
54
	# here.  Note that this comment is required to fix bug 55576;
55
	# runscript.sh greps this script...  (09 Jul 2004 agriffis)
56
57
	ebegin "Restarting shorewall6-lite"
58
	/sbin/shorewall6-lite status 1>/dev/null
59
	if [ $? != 0 ] ; then
60
		svc_start
61
	else
62
		/sbin/shorewall6-lite ${OPTIONS} restart ${RESTARTOPTIONS} 1>/dev/null
63
	fi
64
	eend $?
65
}
66
67
clear() {
68
	# clear will remove all the rules and bring the system to an unfirewalled
69
	# state. (21 Nov 2004 eldad)
70
71
	ebegin "Clearing all shorewall6-lite rules and setting policy to ACCEPT"
72
	/sbin/shorewall6-lite ${OPTIONS} clear 1>/dev/null
73
	eend $?
74
}
75
76
reset() {
77
	# reset the packet and byte counters in the firewall
78
79
	ebegin "Resetting the packet and byte counters in shorewall6-lite"
80
	/sbin/shorewall6-lite ${OPTIONS} reset 1>/dev/null
81
	eend $?
82
}
(-)old/net-firewall/shorewall6-lite/files/4.5.21.10/shorewall6-lite.systemd (-17 lines)
Lines 1-17 Link Here
1
#
2
#	The Shoreline Firewall 6 Lite (Shorewall6-Lite) Packet Filtering Firewall - V4.5
3
#
4
[Unit]
5
Description=Shorewall IPv6 firewall lite
6
Documentation=man:shorewall6-lite(8) http://www.shorewall.net/Documentation_Index.html
7
After=network.target
8
9
[Service]
10
Type=oneshot
11
RemainAfterExit=yes
12
EnvironmentFile=/etc/conf.d/shorewall6-lite
13
ExecStart=/sbin/shorewall6-lite $OPTIONS start $STARTOPTIONS
14
ExecStop=/sbin/shorewall6-lite $OPTIONS stop $STOPOPTIONS
15
16
[Install]
17
WantedBy=multi-user.target
(-)old/net-firewall/shorewall6-lite/files/4.5.21.10/shorewallrc (-23 lines)
Lines 1-23 Link Here
1
#
2
# Gentoo Shorewall 4.5 rc file
3
#
4
BUILD=                                  #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
8
LIBEXECDIR=${PREFIX}/share              #Directory for executable scripts.
9
PERLLIBDIR=${PREFIX}/share/shorewall    #Directory to install Shorewall Perl module directory
10
CONFDIR=@GENTOO_PORTAGE_EPREFIX@/etc                            #Directory where subsystem configurations are installed
11
SBINDIR=@GENTOO_PORTAGE_EPREFIX@/sbin                           #Directory where system administration programs are installed
12
MANDIR=${PREFIX}/share/man              #Directory where manpages are installed.
13
INITDIR=${CONFDIR}/init.d               #Directory where SysV init scripts are installed.
14
INITFILE=${PRODUCT}                     #Name of the product's installed SysV init script
15
INITSOURCE=init.gentoo.sh               #Name of the distributed file to be installed as the SysV init script
16
ANNOTATED=                              #If non-zero, annotated configuration files are installed
17
SYSTEMD=@GENTOO_PORTAGE_EPREFIX@/usr/lib/systemd/system         #Directory where .service files are installed (systems running systemd only)
18
SERVICEFILE=gentoo.service              #Name of the distributed file to be installed as systemd service file
19
SYSCONFFILE=default.gentoo              #Name of the distributed file to be installed in $SYSCONFDIR
20
SYSCONFDIR=${CONFDIR}/conf.d            #Directory where SysV init parameter files are installed
21
SPARSE=                                 #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
22
VARLIB=@GENTOO_PORTAGE_EPREFIX@/var/lib                         #Directory where product variable data is stored.
23
VARDIR=${VARLIB}/${PRODUCT}             #Directory where product variable data is stored.
(-)old/net-firewall/shorewall6-lite/files/4.5.21.10-r1/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall6-lite/files/4.5.21.9/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall-core/files/4.5.21.10-r1/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall-core/files/4.5.21.9/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall-init/files/4.5.21.10-r1/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall-init/files/4.5.21.9/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall-lite/files/4.5.21.10-r1/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
(-)old/net-firewall/shorewall-lite/files/4.5.21.9/shorewallrc (-1 / +1 lines)
Lines 1-7 Link Here
1
#
1
#
2
# Gentoo Shorewall 4.5 rc file
2
# Gentoo Shorewall 4.5 rc file
3
#
3
#
4
BUILD=                                  #Default is to detect the build system
4
BUILD=gentoo                            #Default is to detect the build system
5
HOST=gentoo                             #Gentoo GNU Linux
5
HOST=gentoo                             #Gentoo GNU Linux
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
6
PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr                             #Top-level directory for shared files, libraries, etc.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.
7
SHAREDIR=${PREFIX}/share                #Directory for arch-neutral files.

Return to bug 530704