/etc/functions.sh => /lib/functions.sh
SVN-Revision: 32062
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
FW_LIBDIR=/lib/firewall
|
||||
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
. ${FW_LIBDIR}/fw.sh
|
||||
|
||||
case "$(type fw)" in
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
[ "$DEVICE" == "lo" ] && exit 0
|
||||
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
. /lib/firewall/core.sh
|
||||
|
||||
fw_init
|
||||
|
||||
Reference in New Issue
Block a user