pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freeradius freeradius: install various config file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef3e04bb33b1
branches:  trunk
changeset: 376663:ef3e04bb33b1
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Apr 11 02:05:27 2022 +0000

description:
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:

 net/freeradius/Makefile  |   3 ++-
 net/freeradius/config.mk |  40 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 40 insertions(+), 3 deletions(-)

diffs (82 lines):

diff -r 5fc208bd2d67 -r ef3e04bb33b1 net/freeradius/Makefile
--- a/net/freeradius/Makefile   Sun Apr 10 22:42:26 2022 +0000
+++ b/net/freeradius/Makefile   Mon Apr 11 02:05:27 2022 +0000
@@ -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 -r 5fc208bd2d67 -r ef3e04bb33b1 net/freeradius/config.mk
--- a/net/freeradius/config.mk  Sun Apr 10 22:42:26 2022 +0000
+++ b/net/freeradius/config.mk  Mon Apr 11 02:05:27 2022 +0000
@@ -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/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/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/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



Home | Main Index | Thread Index | Old Index