mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
fc44eb7516
- Mention LEDE distro in OpenWRT RC file Signed-off-by: Matt Darfeuille <matdarf@gmail.com> Signed-off-by: Tom Eastep <teastep@shorewall.net>
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
#
|
|
# Apple OS X Shorewall 5.2 rc file
|
|
#
|
|
BUILD=apple
|
|
HOST=apple
|
|
PREFIX=/usr #Top-level directory for shared files, libraries, etc.
|
|
SHAREDIR=${PREFIX}/share #Directory for arch-neutral files.
|
|
LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.
|
|
PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory
|
|
CONFDIR=/etc #Directory where subsystem configurations are installed
|
|
SBINDIR=/sbin #Directory where system administration programs are installed
|
|
MANDIR=${SHAREDIR}/man #Directory where manpages are installed.
|
|
INITDIR= #Unused on OS X
|
|
INITFILE= #Unused on OS X
|
|
INITSOURCE= #Unused on OS X
|
|
ANNOTATED= #Unused on OS X
|
|
SERVICEDIR= #Unused on OS X
|
|
SERVICEFILE= #Unused on OS X
|
|
SYSCONFDIR= #Unused on OS X
|
|
SPARSE=Yes #Only install $PRODUCT/$PRODUCT.conf in $CONFDIR.
|
|
VARLIB=/var/lib #Unused on OS X
|
|
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|