forked from extern/shorewall_code
fc44eb7516
- Mention LEDE distro in OpenWRT RC file Signed-off-by: Matt Darfeuille <matdarf@gmail.com> Signed-off-by: Tom Eastep <teastep@shorewall.net>
25 lines
2.1 KiB
Plaintext
25 lines
2.1 KiB
Plaintext
#
|
|
# SuSE Shorewall 5.2 rc file
|
|
#
|
|
BUILD= #Default is to detect the build system
|
|
HOST=suse
|
|
PREFIX=/usr #Top-level directory for shared files, libraries, etc.
|
|
CONFDIR=/etc #Directory where subsystem configurations are installed
|
|
SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
|
|
LIBEXECDIR=${PREFIX}/lib #Directory for executable scripts.
|
|
PERLLIBDIR=${PREFIX}/lib/perl5/site-perl #Directory to install Shorewall Perl module directory
|
|
SBINDIR=/usr/sbin #Directory where system administration programs are installed
|
|
MANDIR=${SHAREDIR}/man/ #Directory where manpages are installed.
|
|
INITDIR=/etc/init.d #Directory where SysV init scripts are installed.
|
|
INITFILE= #Name of the product's SysV init script
|
|
INITSOURCE=init.suse.sh #Name of the distributed file to be installed as the SysV init script
|
|
ANNOTATED= #If non-zero, annotated configuration files are installed
|
|
SERVICEDIR=/usr/lib/systemd/system #Directory where .service files are installed (systems running systemd only)
|
|
SERVICEFILE=$PRODUCT.service #Name of the file to install in $SYSTEMD. Default is $PRODUCT.service
|
|
SYSCONFFILE=sysconfig #Name of the distributed file to be installed in $SYSCONFDIR
|
|
SYSCONFDIR=/etc/sysconfig/ #Directory where SysV init parameter files are installed
|
|
SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
|
|
VARLIB=/var/lib #Directory where persistent product data is stored.
|
|
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
|
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|