forked from extern/shorewall_code
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
|
if [ -f $library ]; then
|
||||||
. $library
|
. $library
|
||||||
else
|
else
|
||||||
echo "$library does not exist!" >&2
|
echo "Installation error: $library does not exist!" >&2
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -5576,7 +5576,7 @@ for library in lib.base lib.config; do
|
|||||||
[ $VERBOSE -ge 2 ] && echo "Loading $FUNCTIONS..."
|
[ $VERBOSE -ge 2 ] && echo "Loading $FUNCTIONS..."
|
||||||
. $FUNCTIONS
|
. $FUNCTIONS
|
||||||
else
|
else
|
||||||
fatal_error "$FUNCTIONS does not exist!"
|
fatal_error "Installation Error: $FUNCTIONS does not exist!"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -555,7 +555,7 @@ for library in lib.base lib.config; do
|
|||||||
[ $VERBOSE -ge 2 ] && echo "Loading $FUNCTIONS..."
|
[ $VERBOSE -ge 2 ] && echo "Loading $FUNCTIONS..."
|
||||||
. $FUNCTIONS
|
. $FUNCTIONS
|
||||||
else
|
else
|
||||||
fatal_error "$FUNCTIONS does not exist!"
|
fatal_error "Installation error: $FUNCTIONS does not exist!"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ New Features:
|
|||||||
- lib.base. The base Shorewall library required by all programs.
|
- lib.base. The base Shorewall library required by all programs.
|
||||||
|
|
||||||
- lib.cli. Library containing the code common to /sbin/shorewall,
|
- 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
|
- lib.config. Library containing the code that is common to
|
||||||
/usr/share/shorewall/compiler and /usr/share/shorewall/firewall.
|
/usr/share/shorewall/compiler and /usr/share/shorewall/firewall.
|
||||||
|
Loading…
Reference in New Issue
Block a user