1297ae0164
- SNMP support is now available through an experimental Perl script. - If snmp.conf is being used in your radiusd.conf you should delete or comment that entry. - Check the Changelog for more information. input and ok ajacoutot@
22 lines
689 B
Plaintext
22 lines
689 B
Plaintext
$OpenBSD: patch-raddb_Makefile,v 1.5 2008/09/21 15:39:14 rui Exp $
|
|
--- raddb/Makefile.orig Fri Sep 5 14:27:57 2008
|
|
+++ raddb/Makefile Fri Sep 19 17:43:50 2008
|
|
@@ -6,6 +6,8 @@
|
|
|
|
include ../Make.inc
|
|
|
|
+raddbdir = $(datadir)/examples/freeradius
|
|
+
|
|
#
|
|
# The list of files to install.
|
|
#
|
|
@@ -13,7 +15,7 @@ FILES = acct_users attrs attrs.access_reject attrs.acc
|
|
attrs.pre-proxy clients.conf dictionary eap.conf templates.conf \
|
|
experimental.conf hints huntgroups ldap.attrmap otp.conf \
|
|
policy.txt preproxy_users proxy.conf radiusd.conf \
|
|
- snmp.conf sql.conf sqlippool.conf users policy.conf
|
|
+ sql.conf sqlippool.conf users policy.conf
|
|
|
|
#
|
|
# This target is here for local debugging
|