[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:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user