Typo in dhcp-fwd.init
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Mar 2010 02:10:26 +0000 (02:10 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Mar 2010 02:10:26 +0000 (02:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20191 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/dhcp-forwarder/files/dhcp-fwd.init

index e3e0caa..6b66c0f 100644 (file)
@@ -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