diff options
Diffstat (limited to 'devel/p4d/files')
-rw-r--r-- | devel/p4d/files/p4d.sh.in | 1 |
1 files changed, 0 insertions, 1 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 &" |