update-02.04
This commit is contained in:
parent
923b15d703
commit
fd104c109e
|
@ -114,7 +114,7 @@ start_service() {
|
||||||
|
|
||||||
stop_service() {
|
stop_service() {
|
||||||
|
|
||||||
killall -q mosdns
|
ps -w | grep -v "grep" | grep "/usr/bin/mosdns" | awk '{print $1}' | xargs kill -9
|
||||||
echo "MosDNS turn off"
|
echo "MosDNS turn off"
|
||||||
echo "enabled="$enabled""
|
echo "enabled="$enabled""
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mosdns
|
PKG_NAME:=mosdns
|
||||||
PKG_VERSION:=0ec6593
|
PKG_VERSION:=ea5acba
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|
Loading…
Reference in New Issue