mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 19:21:21 +02: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_libexec="$LIBEXECDIR"
|
||||||
g_sharedir="$SHAREDIR"
|
g_sharedir="$SHAREDIR"
|
||||||
g_sbindir="$SBINDIR"
|
g_sbindir="$SBINDIR"
|
||||||
|
g_vardir="$VARDIR"
|
||||||
g_readrc=1
|
g_readrc=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -83,6 +84,8 @@ case $g_program in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
VARDIR=${VARDIR}/${g_program}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Conditionally produce message
|
# Conditionally produce message
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user