summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2016-06-15 23:02:10 +0000
committerschnoebe <schnoebe@pkgsrc.org>2016-06-15 23:02:10 +0000
commited836c6de945a22ef0787a8ab02d1142c744ac02 (patch)
tree6ee5dfcc9d3dbc8d22d1374a1407cf91855a3c20 /comms
parent76abe5623e897df14e531dd5ea53f429c60d61c3 (diff)
downloadpkgsrc-ed836c6de945a22ef0787a8ab02d1142c744ac02.tar.gz
options.mk:
Don't default on inet6, since the inet6 code in conserver8 depends on some Linux-isms (ipv6 sockets can accept ipv4 packets.) PLIST: add some example configurations that were missing.
Diffstat (limited to 'comms')
-rw-r--r--comms/conserver8/PLIST7
-rw-r--r--comms/conserver8/options.mk6
2 files changed, 9 insertions, 4 deletions
diff --git a/comms/conserver8/PLIST b/comms/conserver8/PLIST
index 05c715c6f93..a3764daec86 100644
--- a/comms/conserver8/PLIST
+++ b/comms/conserver8/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/06/15 23:02:10 schnoebe Exp $
bin/console
lib/conserver/convert
man/man1/console.1
@@ -9,6 +9,11 @@ sbin/conserver
share/doc/conserver/INSTALL
share/doc/conserver/PROTOCOL
share/doc/conserver/README
+share/examples/conserver/README
+share/examples/conserver/average-distributed.cf
+share/examples/conserver/average.cf
+share/examples/conserver/basic.cf
share/examples/conserver/conserver.cf
share/examples/conserver/conserver.passwd
share/examples/conserver/conserver.rc
+share/examples/conserver/simple.cf
diff --git a/comms/conserver8/options.mk b/comms/conserver8/options.mk
index 2bd53ef2436..9cbb4b70039 100644
--- a/comms/conserver8/options.mk
+++ b/comms/conserver8/options.mk
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2016/03/13 18:31:11 schnoebe Exp $
+# $NetBSD: options.mk,v 1.3 2016/06/15 23:02:10 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.conserver8
-PKG_OPTIONS_REQUIRED_GROUPS= connectivity
+PKG_OPTIONS_OPTIONAL_GROUPS= connectivity
PKG_OPTIONS_GROUP.connectivity=inet6 uds
PKG_SUPPORTED_OPTIONS= pam ssl
-PKG_SUGGESTED_OPTIONS= ssl inet6
+PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"