aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
commit29813d539747e58a6e3322df3f48eae4338c60b5 (patch)
treead64253796dc7d189145d9bb72dbd175c35488f4 /devel
parent47674a9024d5ae3cd9f5366e069619af12740e46 (diff)
downloadports-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz
ports-29813d539747e58a6e3322df3f48eae4338c60b5.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p4d/files/p4d.sh.in1
-rw-r--r--devel/p4ftpd/files/p4ftpd.sh.in1
-rw-r--r--devel/p4p/files/p4p.sh.in1
-rw-r--r--devel/p4web/files/p4web.sh.in1
-rw-r--r--devel/uppaal/files/uppaal.in3
5 files changed, 0 insertions, 7 deletions
diff --git a/devel/p4d/files/p4d.sh.in b/devel/p4d/files/p4d.sh.in
index e8129bd34803..020ed9801737 100644
--- a/devel/p4d/files/p4d.sh.in
+++ b/devel/p4d/files/p4d.sh.in
@@ -37,7 +37,6 @@ load_rc_config $name
: ${p4d_port="1666"}
: ${p4d_debug="server=3"}
: ${p4d_log="%%P4LOG%%"}
-: ${p4d_args=""}
command="%%PREFIX%%/sbin/p4d"
command_args="-r ${p4d_root} -p ${p4d_port} -v ${p4d_debug} -L ${p4d_log} -d ${p4d_args} > /dev/null 2>&1 &"
diff --git a/devel/p4ftpd/files/p4ftpd.sh.in b/devel/p4ftpd/files/p4ftpd.sh.in
index 35b70b181aca..064889b7a95a 100644
--- a/devel/p4ftpd/files/p4ftpd.sh.in
+++ b/devel/p4ftpd/files/p4ftpd.sh.in
@@ -37,7 +37,6 @@ load_rc_config $name
: ${p4ftpd_port="1666"}
: ${p4ftpd_debug="4"}
: ${p4ftpd_log="%%P4LOG%%"}
-: ${p4ftpd_args=""}
command="%%PREFIX%%/sbin/p4ftpd"
command_args="-l ${p4ftpd_listen} -p ${p4ftpd_port} -v ${p4ftpd_debug} -L ${p4ftpd_log} -d -u p4admin ${p4ftpd_args} > /dev/null 2>&1 &"
diff --git a/devel/p4p/files/p4p.sh.in b/devel/p4p/files/p4p.sh.in
index 59e111ebfd85..83babd4c3a56 100644
--- a/devel/p4p/files/p4p.sh.in
+++ b/devel/p4p/files/p4p.sh.in
@@ -40,7 +40,6 @@ load_rc_config $name
: ${p4p_target="perforce:1666"}
: ${p4p_debug="server=3"}
: ${p4p_log="%%P4LOG%%"}
-: ${p4p_args=""}
command="%%PREFIX%%/sbin/p4p"
command_args="-r ${p4p_cache} -p ${p4p_port} -t ${p4p_target} -v ${p4p_debug} -L ${p4p_log} -d ${p4p_args} > /dev/null 2>&1 &"
diff --git a/devel/p4web/files/p4web.sh.in b/devel/p4web/files/p4web.sh.in
index 21e535c49caa..efc69efd79c7 100644
--- a/devel/p4web/files/p4web.sh.in
+++ b/devel/p4web/files/p4web.sh.in
@@ -38,7 +38,6 @@ load_rc_config $name
: ${p4web_listen="8080"}
: ${p4web_port="perforce:1666"}
: ${p4web_log="%%P4LOG%%"}
-: ${p4web_args=""}
case ${p4web_mode} in
viewer-auth)
diff --git a/devel/uppaal/files/uppaal.in b/devel/uppaal/files/uppaal.in
index bea45f45a734..d63a6c549497 100644
--- a/devel/uppaal/files/uppaal.in
+++ b/devel/uppaal/files/uppaal.in
@@ -1,8 +1,5 @@
#!/bin/sh
-# Default options if needed.
-JAVA_DEF=""
-
# Force language if LANG is defined.
if [ ! -z "$LANG" ]; then
LANGLANG=${LANG##*_}