[packages] /etc/functions.sh => /lib/functions.sh
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jun 2012 15:54:57 +0000 (15:54 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jun 2012 15:54:57 +0000 (15:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73

16 files changed:
ipv6/6scripts/files/he-tun.ppp
ipv6/tayga/files/tayga.hotplug
ipv6/tayga/files/tayga.sh
ipv6/wide-dhcpv6/files/dhcp6c-dnsmasq.hotplug
ipv6/wide-dhcpv6/files/dhcp6c-state
libs/firewall-mod-save/files/20_save.sh
net/batman-adv/files/lib/batman-adv/config.sh
net/batman-adv/files/usr/sbin/batman-adv
net/dudders/files/dudders.hotplug
net/freeswitch/files/freeswitch.hotplug
net/multiwan/files/usr/bin/multiwan
net/ntpclient/files/ntpclient.hotplug
net/openconnect/files/openconnect.sh
net/wshaper/files/wshaper.htb
utils/acpid/files/acpid.hotplug
utils/boxbackup/files/bbstoreaccounts

index 4cc7385..ab12d40 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 ipaddr="$PPP_LOCAL"
 
index 2539f09..fb989bd 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if [ "$ACTION" = ifup ]; then
-       . /etc/functions.sh
+       . /lib/functions.sh
 
        include /lib/network
        scan_interfaces
index 96d132d..a9edb6d 100644 (file)
@@ -36,7 +36,7 @@ tayga_add_static_mappings() {
        local tmpconf="$1"
 
        (
-               . /etc/functions.sh
+               . /lib/functions.sh
                config_load firewall
 
                tayga_map_rule_add() {
index 12e18a2..61850cf 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 getoption() {
        local cfg=$1
index 689ca88..c777724 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 uci_revert_state dhcp6c state
 uci_set_state dhcp6c state "" dhcp6c_state
index d262518..18b3528 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 save_print_table_chain() {
        local table="$1"
index b0cb4b4..49d63d6 100644 (file)
@@ -4,7 +4,7 @@ bat_load_module()
 {
        [ -d "/sys/module/batman_adv/" ] && return
 
-       . /etc/functions.sh
+       . /lib/functions.sh
        load_modules /etc/modules.d/*-crc16 /etc/modules.d/*-batman-adv*
 }
 
index 93ae1b5..ca9e603 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright (C) 2011 OpenWrt.org
 
-. /etc/functions.sh
+. /lib/functions.sh
 . /lib/batman-adv/config.sh
 
 start_mesh() {
index 9a85a01..7e3026f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 config_cb() {
        local cfg="$CONFIG_SECTION"
index 5080738..ef9656c 100644 (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
index 75b2a2f..02c84b8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 silencer() {
     if [ -z "$debug" -o "$debug" == "0" ]; then
index c932688..536f531 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright (C) 2006 OpenWrt.org
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 unset SERVER
 unset PORT
index f99b34e..2110067 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-. /etc/functions.sh
+. /lib/functions.sh
 . ../netifd-proto.sh
 init_proto "$@"
 
index d8e35ad..0729fb7 100755 (executable)
@@ -7,7 +7,7 @@
 
 # All config needs to be done in /etc/config/wshaper
 
-. /etc/functions.sh
+. /lib/functions.sh
 config_load wshaper
 for s in downlink uplink network nopriohostdst nopriohostsrc noprioportdst noprioportsrc; do
        config_get $s settings $s
index 120adab..6e08d01 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 
 if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
         ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
index 5bf2cf5..ec38fc0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 . /lib/functions/bbstored.sh
 
 bxbk_config_file=