mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Correct typo in install.sh
This commit is contained in:
parent
98dff075ca
commit
77793fb899
@ -270,7 +270,7 @@ if [ -n "$DEBIAN" ]; then
|
||||
install_file ifupdown.sh ${PREFIX}/etc/network/if-post-down.d/shorewall 0544
|
||||
elif [ -n "$SUSE" ]; then
|
||||
install_file ifupdown.sh ${PREFIX}/etc/sysconfig/network/if-up.d/shorewall 0544
|
||||
install_file ifupdown.sh ${PREFIX}/etc/sysconfig/network/if-down.d/shorewall 5744
|
||||
install_file ifupdown.sh ${PREFIX}/etc/sysconfig/network/if-down.d/shorewall 0544
|
||||
elif [ -n "$REDHAT" ]; then
|
||||
if [ -f ${PREFIX}/sbin/ifup-local -o -f ${PREFIX}/sbin/ifdown-local ]; then
|
||||
echo "WARNING: /sbin/ifup-local and/or /sbin/ifdown-local already exist; up/down events will not be handled"
|
||||
|
Loading…
Reference in New Issue
Block a user