[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/freeradius/devel freeradius-1.1.2-no_sql_inc.patch, NONE, 1.1 freeradius.spec, 1.33, 1.34
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/freeradius/devel freeradius-1.1.2-no_sql_inc.patch, NONE, 1.1 freeradius.spec, 1.33, 1.34
- Date: Tue, 15 Aug 2006 06:06:55 -0400
Author: twoerner
Update of /cvs/dist/rpms/freeradius/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5443
Modified Files:
freeradius.spec
Added Files:
freeradius-1.1.2-no_sql_inc.patch
Log Message:
[tw]
- commented out include for sql.conf in radiusd.conf (#202561)
freeradius-1.1.2-no_sql_inc.patch:
radiusd.conf.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE freeradius-1.1.2-no_sql_inc.patch ---
--- 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,
Index: freeradius.spec
===================================================================
RCS file: /cvs/dist/rpms/freeradius/devel/freeradius.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- freeradius.spec 12 Jul 2006 05:51:44 -0000 1.33
+++ freeradius.spec 15 Aug 2006 10:06:52 -0000 1.34
@@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server.
Name: freeradius
Version: 1.1.2
-Release: 1.1
+Release: 2
License: GPL
Group: System Environment/Daemons
URL: http://www.freeradius.org/
@@ -20,6 +20,7 @@
Patch5: freeradius-1.1.1-pie.patch
Patch8: freeradius-1.0.0-samba3.patch
Patch10: freeradius-1.1.2-build.patch
+Patch11: freeradius-1.1.2-no_sql_inc.patch
%description
The FreeRADIUS Server Project is a high performance and highly configurable
@@ -75,6 +76,7 @@
%patch5 -p1 -b .pie
%patch8 -p1 -b .samba3
%patch10 -p1 -b .build
+%patch11 -p1 -b .no_sql_inc
%build
@@ -277,6 +279,9 @@
%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
- rebuild
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]