- commented out include for sql.conf in radiusd.conf (#202561)
This commit is contained in:
Thomas Woerner 2006-08-15 10:06:52 +00:00
parent 8921c8c1c0
commit 60c0c76613
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- freeradius-1.1.2/raddb/radiusd.conf.in.no_sql_inc 2006-08-15 11:38:23.000000000 +0200
+++ freeradius-1.1.2/raddb/radiusd.conf.in 2006-08-15 11:38:25.000000000 +0200
@@ -1245,7 +1245,7 @@
# For MS-SQL, use: ${confdir}/mssql.conf
# For Oracle, use: ${confdir}/oraclesql.conf
#
- $INCLUDE ${confdir}/sql.conf
+# $INCLUDE ${confdir}/sql.conf
# For Cisco VoIP specific accounting with Postgresql,

View File

@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server. Summary: High-performance and highly configurable free RADIUS server.
Name: freeradius Name: freeradius
Version: 1.1.2 Version: 1.1.2
Release: 1.1 Release: 2
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.freeradius.org/ URL: http://www.freeradius.org/
@ -20,6 +20,7 @@ Patch4: freeradius-0.9.0-com_err.patch
Patch5: freeradius-1.1.1-pie.patch Patch5: freeradius-1.1.1-pie.patch
Patch8: freeradius-1.0.0-samba3.patch Patch8: freeradius-1.0.0-samba3.patch
Patch10: freeradius-1.1.2-build.patch Patch10: freeradius-1.1.2-build.patch
Patch11: freeradius-1.1.2-no_sql_inc.patch
%description %description
The FreeRADIUS Server Project is a high performance and highly configurable The FreeRADIUS Server Project is a high performance and highly configurable
@ -75,6 +76,7 @@ This plugin provides the unixODBC bindings for the FreeRADIUS server project.
%patch5 -p1 -b .pie %patch5 -p1 -b .pie
%patch8 -p1 -b .samba3 %patch8 -p1 -b .samba3
%patch10 -p1 -b .build %patch10 -p1 -b .build
%patch11 -p1 -b .no_sql_inc
%build %build
@ -277,6 +279,9 @@ fi
%changelog %changelog
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-2
- commented out include for sql.conf in radiusd.conf (#202561)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-1.1 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-1.1
- rebuild - rebuild