summaryrefslogtreecommitdiff
path: root/devel/p4ftpd/files/p4ftpd.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p4ftpd/files/p4ftpd.sh.in')
-rw-r--r--devel/p4ftpd/files/p4ftpd.sh.in1
1 files changed, 0 insertions, 1 deletions
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 &"