mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
294babcfbb
Signed-off-by: Tom Eastep <teastep@shorewall.net>
22 lines
452 B
Plaintext
22 lines
452 B
Plaintext
#
|
|
# Default Shorewall 4.5 rc file
|
|
#
|
|
HOST= #Default is to detect the host system
|
|
BUILD= #Default is to detect the build system
|
|
USR=/usr
|
|
SHAREDIR=${USR}/share
|
|
LIBEXECDIR=${USR}/share
|
|
PERLLIBDIR=${USR}/share/shorewall
|
|
CONFDIR=/etc
|
|
SBINDIR=/sbin
|
|
MANDIR=${USR}/man
|
|
INITDIR=etc/init.d
|
|
INITFILE=$PRODUCT
|
|
INITSOURCE=init.sh
|
|
ANNOTATED=
|
|
SYSTEMD=
|
|
SYSCONFFILE=
|
|
SYSCONFDIR=
|
|
SPARSE=
|
|
VARDIR=/var/lib
|