aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-27 18:48:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-27 18:48:57 +0000
commit32d2457fda9cf1da0398ad1dff1afbe375db6cf3 (patch)
tree26688a6768e222a5c40d32bd4016b6e66460bd0d /package/base-files
parentebabaedd6762c0d3e9fe4bece79d3707b9d6d9fe (diff)
downloadupstream-32d2457fda9cf1da0398ad1dff1afbe375db6cf3.tar.gz
upstream-32d2457fda9cf1da0398ad1dff1afbe375db6cf3.tar.bz2
upstream-32d2457fda9cf1da0398ad1dff1afbe375db6cf3.zip
base-files: remove duplicate stop_service() function.
It was introduced in commit 2f966e8, "base-files: add a post start hook for procd managed services". Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
-rwxr-xr-xpackage/base-files/files/etc/rc.common4
2 files changed, 1 insertions, 5 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index d0366eeab3..207af35266 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=151
+PKG_RELEASE:=152
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host
diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common
index 1984db9c98..829ec76bac 100755
--- a/package/base-files/files/etc/rc.common
+++ b/package/base-files/files/etc/rc.common
@@ -92,10 +92,6 @@ service_running() {
return 0
}
-stop_service() {
- return 0
-}
-
${INIT_TRACE:+set -x}
. "$initscript"