summaryrefslogtreecommitdiff
path: root/net/freeradius
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-11 02:05:27 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-11 02:05:27 +0000
commit53b19affffb2745f5b9dbfba6f186c7a40c8f1d9 (patch)
tree695d0914bac121775cb7087462409920fc5d7345 /net/freeradius
parent01a6f75abb37284c8fb17263338bf7b4c60ca83f (diff)
downloadpkgsrc-53b19affffb2745f5b9dbfba6f186c7a40c8f1d9.tar.gz
freeradius: install various config files necessary for operation
Addresses PR pkg/56787 from Chris Branton. (It looks like the list of config files simply wasn't kept up to date. Partly that's because the example code to generate the list wasn't looking for symlinks.)
Diffstat (limited to 'net/freeradius')
-rw-r--r--net/freeradius/Makefile3
-rw-r--r--net/freeradius/config.mk40
2 files changed, 40 insertions, 3 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index 22933c88573..03db470c098 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.112 2021/06/30 22:20:32 mef Exp $
+# $NetBSD: Makefile,v 1.113 2022/04/11 02:05:27 gutteridge Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/-server//}
+PKGREVISION= 1
COMMENT= Free RADIUS server implementation
BUILD_DEFS+= VARBASE
diff --git a/net/freeradius/config.mk b/net/freeradius/config.mk
index 7e5abbb6008..519b114c8d6 100644
--- a/net/freeradius/config.mk
+++ b/net/freeradius/config.mk
@@ -1,6 +1,7 @@
-# $NetBSD: config.mk,v 1.2 2021/11/12 12:27:38 adam Exp $
+# $NetBSD: config.mk,v 1.3 2022/04/11 02:05:27 gutteridge Exp $
-# cd ${WRKSRC}/raddb; find . -type f | sort | sed 's,^./,EGFILES+=\t,'
+# cd ${WRKSRC}/raddb; find . -type f -or -type l | sort | sed 's,^./,EGFILES+=\t,'
+EGFILES+= README.rst
EGFILES+= certs/Makefile
EGFILES+= certs/README.md
EGFILES+= certs/bootstrap
@@ -194,6 +195,37 @@ EGFILES+= mods-config/sql/moonshot-targeted-ids/postgresql/schema.sql
EGFILES+= mods-config/sql/moonshot-targeted-ids/sqlite/queries.conf
EGFILES+= mods-config/sql/moonshot-targeted-ids/sqlite/schema.sql
EGFILES+= mods-config/unbound/default.conf
+EGFILES+= mods-enabled/always
+EGFILES+= mods-enabled/attr_filter
+EGFILES+= mods-enabled/cache_eap
+EGFILES+= mods-enabled/chap
+EGFILES+= mods-enabled/date
+EGFILES+= mods-enabled/detail
+EGFILES+= mods-enabled/detail.log
+EGFILES+= mods-enabled/digest
+EGFILES+= mods-enabled/dynamic_clients
+EGFILES+= mods-enabled/eap
+EGFILES+= mods-enabled/echo
+EGFILES+= mods-enabled/exec
+EGFILES+= mods-enabled/expiration
+EGFILES+= mods-enabled/expr
+EGFILES+= mods-enabled/files
+EGFILES+= mods-enabled/linelog
+EGFILES+= mods-enabled/logintime
+EGFILES+= mods-enabled/mschap
+EGFILES+= mods-enabled/ntlm_auth
+EGFILES+= mods-enabled/pap
+EGFILES+= mods-enabled/passwd
+EGFILES+= mods-enabled/preprocess
+EGFILES+= mods-enabled/radutmp
+EGFILES+= mods-enabled/realm
+EGFILES+= mods-enabled/replicate
+EGFILES+= mods-enabled/soh
+EGFILES+= mods-enabled/sradutmp
+EGFILES+= mods-enabled/totp
+EGFILES+= mods-enabled/unix
+EGFILES+= mods-enabled/unpack
+EGFILES+= mods-enabled/utf8
EGFILES+= panic.gdb
EGFILES+= policy.d/abfab-tr
EGFILES+= policy.d/accounting
@@ -237,6 +269,8 @@ EGFILES+= sites-available/tls
EGFILES+= sites-available/totp
EGFILES+= sites-available/virtual.example.com
EGFILES+= sites-available/vmps
+EGFILES+= sites-enabled/default
+EGFILES+= sites-enabled/inner-tunnel
EGFILES+= templates.conf
EGFILES+= trigger.conf
@@ -292,5 +326,7 @@ EGDIRS+= mods-config/sql/moonshot-targeted-ids/mysql
EGDIRS+= mods-config/sql/moonshot-targeted-ids/postgresql
EGDIRS+= mods-config/sql/moonshot-targeted-ids/sqlite
EGDIRS+= mods-config/unbound
+EGDIRS+= mods-enabled
EGDIRS+= policy.d
EGDIRS+= sites-available
+EGDIRS+= sites-enabled