Adjust sql_modules.diff to match commit c9b024c
[freeradius.git] / debian / patches / sql_modules.diff
1 diff --git a/raddb/mods-available/sql b/raddb/mods-available/sql
2 index 690c3a2..ec33ed1 100644
3 --- a/raddb/mods-available/sql
4 +++ b/raddb/mods-available/sql
5 @@ -103,5 +103,5 @@ sql {
6         nas_table = "nas"
7  
8         # Read driver-specific configuration
9 -       $INCLUDE sql/${database}/dialup.conf
10 +       #$INCLUDE sql/${database}/dialup.conf
11  }
12 diff --git a/raddb/mods-available/sqlippool b/raddb/mods-available/sqlippool
13 index 94fabc0..aa9ea6b 100644
14 --- a/raddb/mods-available/sqlippool
15 +++ b/raddb/mods-available/sqlippool
16 @@ -46,7 +46,7 @@ sqlippool {
17   #  same as the "database" field of the SQL module referred to in the
18   #  "sql-instance-name", above.
19   #
20 -$INCLUDE sql/postgresql/ippool.conf
21 +#$INCLUDE sql/mysql/ippool.conf
22   
23   ## Logging configuration. (Comment out to disable logging)
24   sqlippool_log_exists = "Existing IP: %{reply:Framed-IP-Address} \
25 @@ -63,5 +63,4 @@ $INCLUDE sql/postgresql/ippool.conf
26  
27   sqlippool_log_nopool = "No Pool-Name defined \
28    (did %{Called-Station-Id} cli %{Calling-Station-Id} port %{NAS-Port} user %{User-Name})"
29 -
30  }