aboutsummaryrefslogtreecommitdiff
path: root/net/minissdpd
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-12-21 09:57:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-12-21 09:57:08 +0000
commitfb97de2d6669366723c96be6b86e7b8532edd94e (patch)
treeac3af883c3892667f3546cb20a6abfa368f3465d /net/minissdpd
parent011faf9169a008ee05f965f1bd23aa1d21167d9c (diff)
downloadports-fb97de2d6669366723c96be6b86e7b8532edd94e.tar.gz
ports-fb97de2d6669366723c96be6b86e7b8532edd94e.zip
Provide the possibility to specify the listening address via rc.d script
Notes
Notes: svn path=/head/; revision=246343
Diffstat (limited to 'net/minissdpd')
-rw-r--r--net/minissdpd/Makefile1
-rw-r--r--net/minissdpd/files/minissdpd.in5
2 files changed, 3 insertions, 3 deletions
diff --git a/net/minissdpd/Makefile b/net/minissdpd/Makefile
index 669ec10f0101..42ab0d6b71ac 100644
--- a/net/minissdpd/Makefile
+++ b/net/minissdpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= minissdpd
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/ \
CRITICAL
diff --git a/net/minissdpd/files/minissdpd.in b/net/minissdpd/files/minissdpd.in
index 32147a897ee1..2850617c8e8e 100644
--- a/net/minissdpd/files/minissdpd.in
+++ b/net/minissdpd/files/minissdpd.in
@@ -10,7 +10,7 @@
# Add the following line to /etc/rc.conf to enable minissdpd
# minissdpd_enable="YES"
-# minissdpd_flags="<set as needed>"
+# minissdpd_flags="-i listen_addr"
name=minissdpd
rcvar=`set_rcvar`
@@ -21,7 +21,6 @@ minissdpd_enable=${minissdpd_enable:-"NO"}
command="%%PREFIX%%/sbin/minissdpd"
pidfile="/var/run/${name}.pid"
sockfile="/var/run/${name}.sock"
-address="0.0.0.0"
-command_args="-s ${sockfile} -p ${pidfile} -i ${address}"
+command_args="-s ${sockfile} -p ${pidfile}"
run_rc_command "$1"