[packages] dhcp-forwarder: update to 0.10

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32478 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka
2012-06-20 22:40:16 +00:00
parent 38dc23b628
commit 0ede23b788
2 changed files with 11 additions and 16 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
LOG_D=/var/log
@ -15,4 +15,3 @@ start() {
stop() {
[ -f $PID_F ] && kill $(cat $PID_F)
}