Rename USR to PREFIX

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-03-27 07:47:22 -07:00
parent e09457cdf9
commit e1e4855211
11 changed files with 34 additions and 40 deletions

View File

@ -98,8 +98,6 @@ require()
cd "$(dirname $0)"
[ -n "$DESTDIR" ] || DESTDIR="$PREFIX"
#
# Parse the run line
#

View File

@ -3,10 +3,10 @@
#
BUILD=apple
HOST=apple
USR=/usr
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/share
PERLLIBDIR=${USR}/share/shorewall
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
CONFDIR=/etc
SBINDIR=/sbin
MANDIR=${SHAREDIR}/man

View File

@ -3,10 +3,10 @@
#
BUILD=archlinux
HOST=archlinux
USR=/usr
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/share
PERLLIBDIR=${USR}/share/shorewall
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
CONFDIR=/etc
SBINDIR=/sbin
MANDIR=${SHAREDIR}/man

View File

@ -3,10 +3,10 @@
#
BUILD=cygwin
HOST=cygwin
USR=/usr
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/share
PERLLIBDIR=${USR}/share/shorewall
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
CONFDIR=/etc
SBINDIR=/bin
MANDIR=${SHAREDIR}/man

View File

@ -3,13 +3,13 @@
#
BUILD= #Default is to detect the build system
HOST=debian
USR=/usr
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/share
PERLLIBDIR=${USR}/share/shorewall
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
CONFDIR=/etc
SBINDIR=/sbin
MANDIR=${USR}/man
MANDIR=${PREFIX}/man
INITDIR=/etc/init.d
INITFILE=$PRODUCT
INITSOURCE=init.debian.sh

View File

@ -3,13 +3,13 @@
#
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
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
CONFDIR=/etc
SBINDIR=/sbin
MANDIR=${USR}/man
MANDIR=${PREFIX}/man
INITDIR=etc/init.d
INITFILE=$PRODUCT
INITSOURCE=init.sh

View File

@ -3,9 +3,9 @@
#
BUILD= #Default is to detect the build system
HOST=redhat
USR=/usr
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/share
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=/usr/share/shorewall
CONFDIR=/etc
SBINDIR=/sbin

View File

@ -3,13 +3,13 @@
#
BUILD=slackware
HOST=slackware
USR=/usr
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/share
PERLLIBDIR=${USR}/share/shorewall
PREFIX=/usr
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
CONFDIR=/etc
SBINDIR=/sbin
MANDIR=${USR}/man
MANDIR=${PREFIX}/man
INITDIR=/etc/rc.d
INITSOURCE=init.slackware.firewall
INITFILE=rc.firewall

View File

@ -3,11 +3,11 @@
#
BUILD= #Default is to detect the build system
HOST=suse
USR=/usr
PREFIX=/usr
CONFDIR=/etc
SHAREDIR=${USR}/share
LIBEXECDIR=${USR}/libexec
PERLLIBDIR=${USR}/share/shorewall
SHAREDIR=${PREFIX}/share
LIBEXECDIR=${PREFIX}/share
PERLLIBDIR=${PREFIX}/share/shorewall
SBINDIR=/sbin
MANDIR=${SHAREDIR}/man/
INITDIR=/etc/init.d

View File

@ -109,8 +109,6 @@ else
Product="Shorewall6 Lite"
fi
[ -n "$DESTDIR" ] || DESTDIR="$PREFIX"
#
# Parse the run line
#

View File

@ -115,8 +115,6 @@ else
Product=Shorewall6
fi
[ -n "$DESTDIR" ] || DESTDIR="$PREFIX"
#
# Parse the run line
#