diff options
Diffstat (limited to 'comms/fidogate')
-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 |