summaryrefslogtreecommitdiffstats
path: root/openwrt/package/p910nd/files/p910nd.init
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-29 10:44:58 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-29 10:44:58 +0000
commit202b2403157773bc319c7cde14b0a664702dcb34 (patch)
tree9721ce67e396d3b21ff8087bf1eb12b34cbe7c48 /openwrt/package/p910nd/files/p910nd.init
parent96bb4a5d0186a748ef5e78158305aa7b1d174350 (diff)
update requested by Oliver Ertl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/p910nd/files/p910nd.init')
-rw-r--r--openwrt/package/p910nd/files/p910nd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/p910nd/files/p910nd.init b/openwrt/package/p910nd/files/p910nd.init
index 44bff5b50..688090d91 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)