From: Nicolas Thill Date: Fri, 11 Nov 2011 18:06:46 +0000 (+0000) Subject: packages/hd-idle: fix stupid copy/paste in r28949 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=9bc3407fcd1afdb31a4397623684811061d08942 packages/hd-idle: fix stupid copy/paste in r28949 SVN-Revision: 28954 --- diff --git a/utils/hd-idle/Makefile b/utils/hd-idle/Makefile index 1d002af5b6..7974decc9c 100644 --- a/utils/hd-idle/Makefile +++ b/utils/hd-idle/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hd-idle PKG_VERSION:=1.03 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME) diff --git a/utils/hd-idle/files/hd-idle.init b/utils/hd-idle/files/hd-idle.init index 581ae52031..eb2db35e32 100644 --- a/utils/hd-idle/files/hd-idle.init +++ b/utils/hd-idle/files/hd-idle.init @@ -76,5 +76,5 @@ start() { } stop() { - service_start /usr/bin/hd-idle + service_stop /usr/bin/hd-idle }