diff options
author | seb <seb> | 2003-08-09 10:15:41 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:15:41 +0000 |
commit | ce5f8a96a7dfc3eb142992a88676819af18d3296 (patch) | |
tree | 30d7e19d59cfe8afc78b17b4afd38757649fc06f /comms/fidogate/Makefile | |
parent | 1a478c99dec01bba701b3caa3457d5fda46ee407 (diff) | |
download | pkgsrc-ce5f8a96a7dfc3eb142992a88676819af18d3296.tar.gz |
Create if necessary the news user and group with the
bsd.pkg.install.mk framework. This fix this package on current.
Diffstat (limited to 'comms/fidogate/Makefile')
-rw-r--r-- | comms/fidogate/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 29d59026724..7d508a18e8c 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/06/27 16:41:19 seb Exp $ +# $NetBSD: Makefile,v 1.27 2003/08/09 10:15:41 seb Exp $ # DISTNAME= fidogate-4.4.5 @@ -23,6 +23,9 @@ EGDIR= ${PREFIX}/share/examples/fidogate CONF_FILES= ${EGDIR}/fidogate.conf ${PKG_SYSCONFDIR}/fidogate/fidogate.conf RCD_SCRIPTS= fidogate +PKG_USERS= news:news::Network\\ News:/var/spool/news:${NOLOGIN} +PKG_GROUPS= news + post-extract: @${CP} ${WRKSRC}/examples/orodruin/fidogate.conf \ ${WRKSRC}/fidogate.conf.dist |