mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Append product name to ${vardir}
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7c0a0d81f8
commit
6a2f907ee1
@ -41,6 +41,7 @@ if [ -z "$g_readrc" ]; then
|
||||
g_libexec="$LIBEXECDIR"
|
||||
g_sharedir="$SHAREDIR"
|
||||
g_sbindir="$SBINDIR"
|
||||
g_vardir="$VARDIR"
|
||||
g_readrc=1
|
||||
fi
|
||||
|
||||
@ -83,6 +84,8 @@ case $g_program in
|
||||
;;
|
||||
esac
|
||||
|
||||
VARDIR=${VARDIR}/${g_program}
|
||||
|
||||
#
|
||||
# Conditionally produce message
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user