summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-05-22 18:58:29 +0000
committerjschauma <jschauma>2004-05-22 18:58:29 +0000
commitb9fc3eb0eae280562c78c8642041eea95ae143c1 (patch)
tree20a6188ed74a32922c0c121c022f8e012d6132fc /mk
parenteb9765eb1fd31a4f70137cdcaced09fbedeb00ef (diff)
downloadpkgsrc-b9fc3eb0eae280562c78c8642041eea95ae143c1.tar.gz
Introduce and use two new variables:
INN_USER and INN_GROUP, specifying the username and groupname to be used by inn, defaulting to 'news'. Noted by Georg Schwarz in mail to tech-pkg.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 96fc35c7ddb..604e20c2821 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.239 2004/05/15 09:44:00 grant Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.240 2004/05/22 18:58:29 jschauma Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1060,6 +1060,16 @@ INN_DATA_DIR?= /var/news
# Possible: any path you like
# Default: /var/news
+INN_USER?= news
+# Used by inn to specify the username
+# Possible: any valid username
+# Default: news
+
+INN_GROUP?= news
+# Used by inn to specify the groupname
+# Possible: any valid groupname
+# Default: news
+
IRCD_HYBRID_SMALL_NET?= YES
# Used by ircd-hybrid to tune various ircd paramaters when running
# small IRC networks so the daemon does not use much resources.