diff options
Diffstat (limited to 'net/openntpd/Makefile')
-rw-r--r-- | net/openntpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index ebfde0694dc..ed613fcab87 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/28 17:13:25 peter Exp $ -DISTNAME= openntpd-3.6.1p1 +DISTNAME= openntpd-3.7p1 CATEGORIES= net MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \ ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenNTPD/ \ @@ -23,7 +23,8 @@ EGDIR= ${PREFIX}/share/examples/openntpd CONF_FILES= ${EGDIR}/ntpd.conf ${PKG_SYSCONFDIR}/ntpd.conf RCD_SCRIPTS= openntpd -PKG_USERS= _ntp:nogroup::ntpd\\ pseudo-user:${VARBASE}/chroot/ntpd:/sbin/nologin +PKG_USERS= _ntp:_ntp::ntpd\\ pseudo-user:${VARBASE}/chroot/ntpd:/sbin/nologin +PKG_GROUPS= _ntp OWN_DIRS= ${VARBASE}/chroot/ntpd INSTALLATION_DIRS= man/man5 man/man8 sbin |