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