diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:15:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:15:41 +0000 |
commit | 305e2372e88f5057719104b292d0e14ae29819c0 (patch) | |
tree | 30d7e19d59cfe8afc78b17b4afd38757649fc06f /comms | |
parent | e8105f0c40aa6a15c66d5ed68999369d788fb071 (diff) | |
download | pkgsrc-305e2372e88f5057719104b292d0e14ae29819c0.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')
-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 |