]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
We dont need to apply the sql patch anymore
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Nov 2012 16:46:06 +0000 (16:46 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Nov 2012 16:46:06 +0000 (16:46 +0000)
debian/patches/series
debian/patches/sql_modules.diff [deleted file]

index 4e53ee14b9f435d08a18d5d9395a393646da8aac..5ba2d18c5608c48b9de9e7fdec6aa98e8d5d2aab 100644 (file)
@@ -1,2 +1 @@
 radiusd-to-freeradius.diff
-sql_modules.diff
diff --git a/debian/patches/sql_modules.diff b/debian/patches/sql_modules.diff
deleted file mode 100644 (file)
index 8fd9ae6..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/raddb/mods-available/sql b/raddb/mods-available/sql
-index 690c3a2..ec33ed1 100644
---- a/raddb/mods-available/sql
-+++ b/raddb/mods-available/sql
-@@ -103,5 +103,5 @@ sql {
-       nas_table = "nas"
-       # Read driver-specific configuration
--      $INCLUDE sql/${database}/dialup.conf
-+      #$INCLUDE sql/${database}/dialup.conf
- }
-diff --git a/raddb/mods-available/sqlippool b/raddb/mods-available/sqlippool
-index 94fabc0..aa9ea6b 100644
---- a/raddb/mods-available/sqlippool
-+++ b/raddb/mods-available/sqlippool
-@@ -46,7 +46,7 @@ sqlippool {
-  #  same as the "database" field of the SQL module referred to in the
-  #  "sql-instance-name", above.
-  #
--$INCLUDE sql/postgresql/ippool.conf
-+#$INCLUDE sql/mysql/ippool.conf
-  
-  ## Logging configuration. (Comment out to disable logging)
-  sqlippool_log_exists = "Existing IP: %{reply:Framed-IP-Address} \
-@@ -63,5 +63,4 @@ $INCLUDE sql/postgresql/ippool.conf
-  sqlippool_log_nopool = "No Pool-Name defined \
-   (did %{Called-Station-Id} cli %{Calling-Station-Id} port %{NAS-Port} user %{User-Name})"
--
- }