mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
improve an error message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4968 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
156a11d3c6
commit
7c80e547c7
@ -520,7 +520,7 @@ for library in $LIBRARIES; do
|
||||
if [ -f $library ]; then
|
||||
. $library
|
||||
else
|
||||
echo "$library does not exist!" >&2
|
||||
echo "Installation error: $library does not exist!" >&2
|
||||
exit 2
|
||||
fi
|
||||
done
|
||||
|
@ -5576,7 +5576,7 @@ for library in lib.base lib.config; do
|
||||
[ $VERBOSE -ge 2 ] && echo "Loading $FUNCTIONS..."
|
||||
. $FUNCTIONS
|
||||
else
|
||||
fatal_error "$FUNCTIONS does not exist!"
|
||||
fatal_error "Installation Error: $FUNCTIONS does not exist!"
|
||||
fi
|
||||
done
|
||||
|
||||
|
@ -555,7 +555,7 @@ for library in lib.base lib.config; do
|
||||
[ $VERBOSE -ge 2 ] && echo "Loading $FUNCTIONS..."
|
||||
. $FUNCTIONS
|
||||
else
|
||||
fatal_error "$FUNCTIONS does not exist!"
|
||||
fatal_error "Installation error: $FUNCTIONS does not exist!"
|
||||
fi
|
||||
done
|
||||
|
||||
|
@ -100,7 +100,7 @@ New Features:
|
||||
- lib.base. The base Shorewall library required by all programs.
|
||||
|
||||
- lib.cli. Library containing the code common to /sbin/shorewall,
|
||||
/sbin/shorewall-lite, and /usr/share/shorewall/firewall.
|
||||
/sbin/shorewall-lite.
|
||||
|
||||
- lib.config. Library containing the code that is common to
|
||||
/usr/share/shorewall/compiler and /usr/share/shorewall/firewall.
|
||||
|
Loading…
Reference in New Issue
Block a user