pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/fidogate Create if necessary the news user and g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0598c7178f4b
branches:  trunk
changeset: 459848:0598c7178f4b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 09 10:15:41 2003 +0000

description:
Create if necessary the news user and group with the
bsd.pkg.install.mk framework. This fix this package on current.

diffstat:

 comms/fidogate/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c1c5b43f434e -r 0598c7178f4b comms/fidogate/Makefile
--- a/comms/fidogate/Makefile   Sat Aug 09 09:31:25 2003 +0000
+++ b/comms/fidogate/Makefile   Sat Aug 09 10:15:41 2003 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index