From: thepeople Date: Sun, 14 Mar 2010 02:10:26 +0000 (+0000) Subject: Typo in dhcp-fwd.init X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0d573bc0fdad309ef512d875f5bf8f939946d263;p=packages.git Typo in dhcp-fwd.init git-svn-id: svn://svn.openwrt.org/openwrt/packages@20191 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/dhcp-forwarder/files/dhcp-fwd.init b/net/dhcp-forwarder/files/dhcp-fwd.init index e3e0caa03..6b66c0f1e 100644 --- a/net/dhcp-forwarder/files/dhcp-fwd.init +++ b/net/dhcp-forwarder/files/dhcp-fwd.init @@ -4,7 +4,7 @@ START=50 LOG_D=/var/log RUN_D=/var/run -PID_F=$RUN_D/dhcpd-fwd.pid +PID_F=$RUN_D/dhcp-fwd.pid start() { [ -d $LOG_D ] || mkdir -p $LOG_D