Typo in dhcp-fwd.init

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2010-03-14 02:10:26 +00:00
parent 9eb3db5c50
commit 0d573bc0fd

View 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