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 | e34bbdcaa18ccd5ddeb79e9b14b6f3d61392af45 (patch) | |
tree | 30d7e19d59cfe8afc78b17b4afd38757649fc06f /comms/fidogate | |
parent | 5685a3853900f46b70b38c259f7224310541abd7 (diff) | |
download | pkgsrc-e34bbdcaa18ccd5ddeb79e9b14b6f3d61392af45.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')
-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 |