5 | | name openntpd |
6 | | version 3.9p1 |
7 | | revision 1 |
8 | | categories net |
9 | | license ISC BSD |
10 | | platforms darwin |
11 | | maintainers nomaintainer |
12 | | description free, easy to use implementation of the Network Time Protocol |
13 | | long_description OpenNTPD is a free, easy to use implementation of the \ |
14 | | Network Time Protocol. It provides the ability to sync the \ |
15 | | local clock to remote NTP servers and can act as NTP server \ |
16 | | itself, redistributing the local clock. |
17 | | |
18 | | homepage http://www.openntpd.org/ |
19 | | master_sites openbsd:OpenNTPD |
20 | | checksums rmd160 c348004116c78810daa9451f15abcc26788949a8 \ |
21 | | sha256 83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49 |
22 | | |
23 | | platforms darwin |
24 | | |
25 | | startupitem.create yes |
26 | | startupitem.netchange yes |
27 | | startupitem.executable ${prefix}/sbin/ntpd -d -s -f ${prefix}/etc/ntpd.conf |
28 | | |
29 | | configure.args --mandir=${prefix}/share/man |
30 | | |
31 | | pre-destroot { |
32 | | addgroup _ntp gid=[nextgid] users="_ntp" |
33 | | set gid [existsgroup _ntp] |
34 | | adduser _ntp gid=${gid} password={\*} uid=[nextuid] \ |
35 | | home=${prefix}/var/db/ntpd shell=/usr/bin/false \ |
36 | | realname=OpenNTPD\ Server |
37 | | } |
38 | | |
39 | | post-destroot { |
40 | | file rename ${destroot}${prefix}/etc/ntpd.conf \ |
41 | | ${destroot}${prefix}/etc/ntpd.conf.sample |
| 7 | name openntpd |
| 8 | version 5.7p4 |
| 9 | categories net |
| 10 | license ISC BSD |
| 11 | platforms darwin |
| 12 | maintainers nomaintainer |
| 13 | description free, easy to use implementation of the Network Time Protocol |
| 14 | long_description OpenNTPD is a free, easy to use implementation of the \ |
| 15 | Network Time Protocol. It provides the ability to sync the \ |
| 16 | local clock to remote NTP servers and can act as NTP server \ |
| 17 | itself, redistributing the local clock. |
| 18 | conflicts ntp |
| 19 | |
| 20 | homepage http://www.openntpd.org/ |
| 21 | master_sites openbsd:OpenNTPD |
| 22 | checksums rmd160 d99d0058ce67272e5dff3cd945f0beaaf564591c \ |
| 23 | sha256 a993d95976e375acc0ab1a677fd268f55024477835633c8ae404895046bccb23 |
| 24 | |
| 25 | platforms darwin |
| 26 | |
| 27 | startupitem.create yes |
| 28 | startupitem.netchange yes |
| 29 | startupitem.executable ${prefix}/sbin/ntpd -d -s -f ${prefix}/etc/ntpd.conf |
| 30 | |
| 31 | configure.args --mandir=${prefix}/share/man --disable-silent-rules --disable-dependency-tracking |
| 32 | |
| 33 | post-destroot { |
| 34 | file rename ${destroot}${prefix}/etc/ntpd.conf \ |
| 35 | ${destroot}${prefix}/etc/ntpd.conf.sample |
48 | | post-activate { |
49 | | if {![file exists ${prefix}/etc/ntpd.conf]} { |
50 | | file copy ${prefix}/etc/ntpd.conf.sample ${prefix}/etc/ntpd.conf |
51 | | } |
| 42 | post-activate { |
| 43 | addgroup _ntp gid=[nextgid] users="_ntp" |
| 44 | set gid [existsgroup _ntp] |
| 45 | adduser _ntp gid=${gid} password={\*} uid=[nextuid] \ |
| 46 | home=${prefix}/var/db/ntpd shell=/usr/bin/false \ |
| 47 | realname=OpenNTPD\ Server |
| 48 | if {![file exists ${prefix}/etc/ntpd.conf]} { |
| 49 | file copy ${prefix}/etc/ntpd.conf.sample ${prefix}/etc/ntpd.conf |
| 50 | } |