X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Fpackage%2Fp910nd%2Ffiles%2Fp910nd.init;fp=openwrt%2Fpackage%2Fp910nd%2Ffiles%2Fp910nd.init;h=688090d91942774f6cf47e73f0d660b5044696d1;hp=44bff5b5054d10823131e273ba0131fc07b958c8;hb=a499f0e0f26c7fb149aeb715a5820e774b0ea0eb;hpb=b058b49f74f7b004106c34f0614d2ce086eeb848 diff --git a/openwrt/package/p910nd/files/p910nd.init b/openwrt/package/p910nd/files/p910nd.init index 44bff5b505..688090d919 100644 --- a/openwrt/package/p910nd/files/p910nd.init +++ b/openwrt/package/p910nd/files/p910nd.init @@ -8,7 +8,7 @@ PID_F=$RUN_D/p910${PORT-0}d.pid case $1 in start) mkdir -p $RUN_D - p910nd $OPTIONS + p910nd $OPTIONS $PORT ;; stop) [ -f $PID_F ] && kill $(cat $PID_F)