View | Details | Raw Unified | Return to bug 206287 | Differences between
and this patch

Collapse All | Expand All

(-)net/htpdate/files/htpdate.in (-1 / +2 lines)
Lines 18-23 Link Here
18
18
19
htpdate_enable="${htpdate_enable:-"NO"}"
19
htpdate_enable="${htpdate_enable:-"NO"}"
20
htpdate_servers="${htpdate_servers:-"www.freebsd.org www.linux.com"}"
20
htpdate_servers="${htpdate_servers:-"www.freebsd.org www.linux.com"}"
21
htpdate_flags="${htpdate_flags:-"-l -s -D"}"
21
22
22
name=htpdate
23
name=htpdate
23
rcvar=htpdate_enable
24
rcvar=htpdate_enable
Lines 25-31 Link Here
25
pidfile=/var/run/htpdate.pid
26
pidfile=/var/run/htpdate.pid
26
27
27
command="/usr/local/bin/htpdate"
28
command="/usr/local/bin/htpdate"
28
command_args="-l -s -D $servers"
29
command_args="${htpdate_flags} $servers"
29
stop_cmd=htpdate_stop
30
stop_cmd=htpdate_stop
30
31
31
htpdate_stop ()
32
htpdate_stop ()

Return to bug 206287