Gentoo Archives: gentoo-commits

From: "Constanze Hausner (constanze)" <constanze@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall-core/files/4.5.19: shorewallrc
Date: Wed, 28 Aug 2013 16:19:09
Message-Id: 20130828161904.819822004E@flycatcher.gentoo.org
1 constanze 13/08/28 16:19:04
2
3 Added: shorewallrc
4 Log:
5 Version bump; Add new files/ structure
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key BB80F419010E3EC3)
8
9 Revision Changes Path
10 1.1 net-firewall/shorewall-core/files/4.5.19/shorewallrc
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/files/4.5.19/shorewallrc?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall-core/files/4.5.19/shorewallrc?rev=1.1&content-type=text/plain
14
15 Index: shorewallrc
16 ===================================================================
17 #
18 # Gentoo Shorewall 4.5 rc file
19 #
20 BUILD= #Default is to detect the build system
21 HOST=linux #Generic Linux
22 PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr #Top-level directory for shared files, libraries, etc.
23 SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
24 LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
25 PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
26 CONFDIR=@GENTOO_PORTAGE_EPREFIX@/etc #Directory where subsystem configurations are installed
27 SBINDIR=@GENTOO_PORTAGE_EPREFIX@/sbin #Directory where system administration programs are installed
28 MANDIR=${PREFIX}/share/man #Directory where manpages are installed.
29 INITDIR=${CONFDIR}/init.d #Directory where SysV init scripts are installed.
30 INITFILE=${PRODUCT} #Name of the product's installed SysV init script
31 INITSOURCE=init.gentoo.sh #Name of the distributed file to be installed as the SysV init script
32 ANNOTATED= #If non-zero, annotated configuration files are installed
33 SYSTEMD=@GENTOO_PORTAGE_EPREFIX@/usr/lib/systemd/system #Directory where .service files are installed (systems running systemd only)
34 SYSCONFFILE=default.gentoo #Name of the distributed file to be installed in $SYSCONFDIR
35 SYSCONFDIR=${CONFDIR}/conf.d #Directory where SysV init parameter files are installed
36 SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
37 VARLIB=@GENTOO_PORTAGE_EPREFIX@/var/lib #Directory where product variable data is stored.
38 VARDIR=${VARLIB}/${PRODUCT} #Directory where product variable data is stored.