Add comments to shorewallrc files.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-04-11 15:23:19 -07:00
parent 8b7d60065e
commit 4fa71d122c
8 changed files with 129 additions and 127 deletions

View File

@ -3,18 +3,18 @@
# #
BUILD=apple BUILD=apple
HOST=apple HOST=apple
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/share/shorewall PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${SHAREDIR}/man MANDIR=${SHAREDIR}/man #Directory where manpages are installed.
INITDIR= INITDIR= #Unused on OS X
INITFILE= INITFILE= #Unused on OS X
INITSOURCE= INITSOURCE= #Unused on OS X
ANNOTATED= ANNOTATED= #Unused on OS X
SYSTEMD= SYSTEMD= #Unused on OS X
SYSCONFDIR= SYSCONFDIR= #Unused on OS X
SPARSE=Yes SPARSE=Yes #Only install $PRODUCT/$PRODUCT.conf in $CONFDIR.
VARDIR=/var/lib VARDIR=/var/lib #Unused on OS X

View File

@ -3,17 +3,18 @@
# #
BUILD=archlinux BUILD=archlinux
HOST=archlinux HOST=archlinux
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/share/shorewall PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${SHAREDIR}/man MANDIR=${SHAREDIR}/man #Directory where manpages are installed.
INITDIR=/etc/rc.d INITDIR=/etc/rc.d #Directory where SysV init scripts are installed.
INITFILE=$PRODUCT INITFILE=$PRODUCT #Name of the product's installed SysV init script
INITSOURCE=init.sh INITSOURCE=init.sh #Name of the distributed file to be installed as the SysV init script
ANNOTATED= ANNOTATED= #If non-zero, annotated configuration files are installed
SYSCONFDIR= SYSCONFDIR= #Directory where SysV init parameter files are installed
SYSTEMD= SYSTEMD= #Directory where .service files are installed (systems running systemd only)
VARDIR=/var/lib SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
VARDIR=/var/lib #Directory where product variable data is stored.

View File

@ -3,18 +3,18 @@
# #
BUILD=cygwin BUILD=cygwin
HOST=cygwin HOST=cygwin
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/share/shorewall PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/bin SBINDIR=/bin #Directory where system administration programs are installed
MANDIR=${SHAREDIR}/man MANDIR=${SHAREDIR}/man #Directory where manpages are installed.
INITDIR=/etc/init.d INITDIR=/etc/init.d #Unused on Cygwin
INITFILE= INITFILE= #Unused on Cygwin
INITSOURCE= INITSOURCE= #Unused on Cygwin
ANNOTATED= ANNOTATED= #Unused on Cygwin
SYSTEMD= SYSTEMD= #Unused on Cygwin
SYSCONFDIR= SYSCONFDIR= #Unused on Cygwin
SPARSE=Yes SPARSE=Yes #Only install $PRODUCT/$PRODUCT.conf in $CONFDIR.
VARDIR=/var/lib VARDIR=/var/lib #Unused on Cygwin

View File

@ -3,19 +3,19 @@
# #
BUILD= #Default is to detect the build system BUILD= #Default is to detect the build system
HOST=debian HOST=debian
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/share/shorewall PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${PREFIX}/man MANDIR=${PREFIX}/man #Directory where manpages are installed.
INITDIR=/etc/init.d INITDIR=/etc/init.d #Directory where SysV init scripts are installed.
INITFILE=$PRODUCT INITFILE=$PRODUCT #Name of the product's installed SysV init script
INITSOURCE=init.debian.sh INITSOURCE=init.debian.sh #Name of the distributed file to be installed as the SysV init script
ANNOTATED= ANNOTATED= #If non-zero, annotated configuration files are installed
SYSCONFFILE=default.debian SYSCONFFILE=default.debian #Name of the distributed file to be installed in $SYSCONFDIR
SYSCONFDIR=/etc/default SYSCONFDIR=/etc/default #Directory where SysV init parameter files are installed
SYSTEMD= SYSTEMD= #Directory where .service files are installed (systems running systemd only)
SPARSE=Yes SPARSE=Yes #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
VARDIR=/var/lib VARDIR=/var/lib #Directory where product variable data is stored.

View File

@ -1,21 +1,21 @@
# #
# Default Shorewall 4.5 rc file # Default Shorewall 4.5 rc file
# #
HOST= #Default is to detect the host system HOST=linux #Generic Linux
BUILD= #Default is to detect the build system BUILD= #Default is to detect the build system
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/share/shorewall PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${PREFIX}/man MANDIR=${PREFIX}/man #Directory where manpages are installed.
INITDIR=etc/init.d INITDIR=etc/init.d #Directory where SysV init scripts are installed.
INITFILE=$PRODUCT INITFILE=$PRODUCT #Name of the product's installed SysV init script
INITSOURCE=init.sh INITSOURCE=init.sh #Name of the distributed file to be installed as the SysV init script
ANNOTATED= ANNOTATED= #If non-zero, annotated configuration files are installed
SYSTEMD= SYSTEMD= #Directory where .service files are installed (systems running systemd only)
SYSCONFFILE= SYSCONFFILE= #Name of the distributed file to be installed in $SYSCONFDIR
SYSCONFDIR= SYSCONFDIR= #Directory where SysV init parameter files are installed
SPARSE= SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
VARDIR=/var/lib VARDIR=/var/lib #Directory where product variable data is stored.

View File

@ -3,19 +3,19 @@
# #
BUILD= #Default is to detect the build system BUILD= #Default is to detect the build system
HOST=redhat HOST=redhat
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=/usr/share/shorewall PERLLIBDIR=/usr/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${SHAREDIR}/man MANDIR=${SHAREDIR}/man #Directory where manpages are installed.
INITDIR=/etc/rc.d/init.d INITDIR=/etc/rc.d/init.d #Directory where SysV init scripts are installed.
INITFILE=$PRODUCT INITFILE=$PRODUCT #Name of the product's installed SysV init script
INITSOURCE=init.fedora.sh INITSOURCE=init.fedora.sh #Name of the distributed file to be installed as the SysV init script
ANNOTATED= ANNOTATED= #If non-zero, annotated configuration files are installed
SYSTEMD=/lib/systemd/system SYSTEMD=/lib/systemd/system #Directory where .service files are installed (systems running systemd only)
SYSCONFFILE=sysconfig SYSCONFFILE=sysconfig #Name of the distributed file to be installed as $SYSCONFDIR/$PRODUCT
SYSCONFDIR=/etc/sysconfig/ SYSCONFDIR=/etc/sysconfig/ #Directory where SysV init parameter files are installed
SPARSE= SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
VARDIR=/var/lib VARDIR=/var/lib #Directory where product variable data is stored.

View File

@ -3,20 +3,20 @@
# #
BUILD=slackware BUILD=slackware
HOST=slackware HOST=slackware
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/share LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/share/shorewall PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${PREFIX}/man MANDIR=${PREFIX}/man #Directory where manpages are installed.
INITDIR=/etc/rc.d INITDIR=/etc/rc.d #Directory where SysV init scripts are installed.
INITSOURCE=init.slackware.firewall INITSOURCE=init.slackware.firewall #Name of the distributed file to be installed as the SysV init script
INITFILE=rc.firewall INITFILE=rc.firewall #Name of the product's installed SysV init script
AUXINITSOURCE=init.slackware.$PRODUCT AUXINITSOURCE=init.slackware.$PRODUCT #Name of the distributed file to be installed as a second SysV init script
AUXINITFILE=rc.$PRODUCT AUXINITFILE=rc.$PRODUCT #Name of the product's installed second init script
SYSTEMD= SYSTEMD= #Name of the directory where .service files are installed (systems running systemd only)
SYSCONFFILE= SYSCONFFILE= #Name of the distributed file to be installed in $SYSCONFDIR
SYSCONFDIR= SYSCONFDIR= #Name of the directory where SysV init parameter files are installed.
ANNOTATED= ANNOTATED= #If non-empty, install annotated configuration files
VARDIR=/var/lib VARDIR=/var/lib #Directory where product variable data is stored.

View File

@ -1,21 +1,22 @@
# #
# SuSE Shorewall 4.5 rc file # SuSE Shorewall 4.5 rc file
# #
BUILD= #Default is to detect the build system BUILD= #Default is to detect the build system
HOST=suse HOST=suse
PREFIX=/usr PREFIX=/usr #Top-level directory for shared files, libraries, etc.
CONFDIR=/etc CONFDIR=/etc #Directory where subsystem configurations are installed
SHAREDIR=${PREFIX}/share SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
LIBEXECDIR=${PREFIX}/lib LIBEXECDIR=${PREFIX}/lib #Directory for executable scripts.
PERLLIBDIR=${PREFIX}/lib/perl5/vendor_perl/5.14.2 PERLLIBDIR=${PREFIX}/lib/perl5/vendor_perl/5.14.2 #Directory to install Shorewall Perl module directory
SBINDIR=/sbin SBINDIR=/sbin #Directory where system administration programs are installed
MANDIR=${SHAREDIR}/man/ MANDIR=${SHAREDIR}/man/ #Directory where manpages are installed.
INITDIR=/etc/init.d INITDIR=/etc/init.d #Directory where SysV init scripts are installed.
INITFILE=$PRODUCT INITFILE=$PRODUCT #Name of the product's SysV init script
INITSOURCE=init.sh INITSOURCE=init.sh #Name of the distributed file to be installed as the SysV init script
ANNOTATED= ANNOTATED= #If non-zero, annotated configuration files are installed
SYSTEMD= SYSTEMD= #Directory where .service files are installed (systems running systemd only)
SYSCONFFILE= SYSCONFFILE= #Name of the distributed file to be installed in $SYSCONFDIR
SYSCONFDIR=/etc/sysconfig/ SYSCONFDIR=/etc/sysconfig/ #Directory where SysV init parameter files are installed
SPARSE= SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
VARDIR=/var/lib VARDIR=/var/lib #Directory where persistent product data is stored.