aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/rc.common
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-20 14:29:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-03-20 14:29:50 +0000
commit6f467047431e3906a54d159ca093f0a0ee6826a1 (patch)
tree48baa7d0f6c3ecab63007a2738d015dba6991b36 /package/base-files/files/etc/rc.common
parenta660a57d71084376688ed034cfe7ea268d67b62c (diff)
downloadupstream-6f467047431e3906a54d159ca093f0a0ee6826a1.tar.gz
upstream-6f467047431e3906a54d159ca093f0a0ee6826a1.tar.bz2
upstream-6f467047431e3906a54d159ca093f0a0ee6826a1.zip
base-files: split service related functions off to /lib/functions/service.sh
SVN-Revision: 31042
Diffstat (limited to 'package/base-files/files/etc/rc.common')
-rwxr-xr-xpackage/base-files/files/etc/rc.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common
index 79424a637d..f9dc83d966 100755
--- a/package/base-files/files/etc/rc.common
+++ b/package/base-files/files/etc/rc.common
@@ -1,7 +1,8 @@
#!/bin/sh
# Copyright (C) 2006-2011 OpenWrt.org
-. $IPKG_INSTROOT/etc/functions.sh
+. $IPKG_INSTROOT/lib/functions.sh
+. $IPKG_INSTROOT/lib/functions/service.sh
initscript=$1
action=${2:-help}