[packages] /etc/functions.sh => /lib/functions.sh

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2012-06-05 15:54:57 +00:00
parent 1966c54229
commit 3f579aba93
16 changed files with 17 additions and 17 deletions

View File

@ -1,12 +1,12 @@
#!/bin/sh
. /etc/functions.sh
. /lib/functions.sh
LOAD_STATE=1
if [ "$ACTION" = "ifup" ]; then
/etc/init.d/freeswitch enabled && {
local not_all_up="$(sh -c '
. /etc/functions.sh
. /lib/functions.sh
LOAD_STATE=1
local if_is_down=0