|
Lines 12-17
Link Here
|
| 12 |
# |
12 |
# |
| 13 |
# openntpd_enable (bool): Set to NO by default. |
13 |
# openntpd_enable (bool): Set to NO by default. |
| 14 |
# Set it to YES to enable openntpd. |
14 |
# Set it to YES to enable openntpd. |
|
|
15 |
# |
| 16 |
# openntpd_flags Command line arguments |
| 15 |
|
17 |
|
| 16 |
. /etc/rc.subr |
18 |
. /etc/rc.subr |
| 17 |
|
19 |
|
|
Lines 24-28
Link Here
|
| 24 |
load_rc_config $name |
26 |
load_rc_config $name |
| 25 |
|
27 |
|
| 26 |
: ${openntpd_enable="NO"} |
28 |
: ${openntpd_enable="NO"} |
|
|
29 |
: ${openntpd_flags=""} |
| 27 |
|
30 |
|
| 28 |
run_rc_command "$1" |
31 |
run_rc_command "$1" |