Added common headers for "look and feel"
authoraland <aland>
Mon, 31 Dec 2007 03:40:14 +0000 (03:40 +0000)
committeraland <aland>
Mon, 31 Dec 2007 03:40:14 +0000 (03:40 +0000)
raddb/sql/mssql/dialup.conf
raddb/sql/mysql/counter.conf
raddb/sql/mysql/dialup.conf
raddb/sql/mysql/ippool.conf
raddb/sql/oracle/dialup.conf
raddb/sql/postgresql/counter.conf
raddb/sql/postgresql/dialup.conf
raddb/sql/postgresql/ippool.conf
raddb/sql/postgresql/voip-postpaid.conf

index c1b8469..1df1ad5 100644 (file)
@@ -1,12 +1,8 @@
-#
-#  Configuration for the SQL module, when using MSSQL.
-#
-#  The database schema is available at:
-#
-#      raddb/sql/mssql/schema.sql
-#
-#  $Id$
-#
+# -*- text -*-
+##
+## dialup.conf -- MSSQL configuration for default schema (schema.sql)
+##
+##     $Id$
 
        # Safe characters list for sql queries. Everything else is replaced
        # with their mime-encoded equivalents.
index e261971..c05b3b8 100644 (file)
@@ -1,7 +1,8 @@
-##     $Id$
+# -*- text -*-
+##
+## counter.conf -- PostgreSQL queries for rlm_sqlcounter
 ##
-##  This module is an SQL enabled version of the counter module.
-##  The queries are MySQL specific
+##     $Id$
 
 #  Rather than maintaining seperate (GDBM) databases of
 #  accounting info for each counter, this module uses the data
index faafdc4..120fcc4 100644 (file)
@@ -1,6 +1,8 @@
-#  $Id$
-#
-# FreeRADIUS "dialup" SQL Queries for the MySQL Dialect
+# -*- text -*-
+##
+## dialup.conf -- MySQL configuration for default schema (schema.sql)
+##
+##     $Id$
 
        # Safe characters list for sql queries. Everything else is replaced
        # with their mime-encoded equivalents.
index ee4b983..891dae6 100644 (file)
@@ -1,6 +1,8 @@
-#  $Id$
-#
-# FreeRADIUS rlm_sqlippool SQL Queries for the MySQL Dialect
+# -*- text -*-
+##
+## ippool.conf -- MySQL queries for rlm_sqlippool
+##
+##     $Id$
 
 # ## This series of queries allocates an IP address
 # allocate-clear = "UPDATE ${ippool_table} \
index 7c5eef7..bc69098 100644 (file)
@@ -1,13 +1,8 @@
-#
-#  Configuration for the SQL module, when using Oracle.
-#
-#  The database schema is available at:
-#
-#   src/modules/rlm_sql/drivers/rlm_sql_oracle/db_oracle.sql
-#
-#      $Id$
-#
-
+# -*- text -*-
+##
+## dialup.conf -- Oracle configuration for default schema (schema.sql)
+##
+##     $Id$
 
        #######################################################################
        #  Query config:  Username
index 3fbb7b2..5757358 100644 (file)
@@ -1,7 +1,8 @@
-##     $Id$
+# -*- text -*-
+##
+## counter.conf -- PostgreSQL queries for rlm_sqlcounter
 ##
-##  This module is an SQL enabled version of the counter module
-##  The queries are PostgreSQL specific
+##     $Id$
 
 #  Rather than maintaining seperate (GDBM) databases of
 #  accounting info for each counter, this module uses the data
index 7de28eb..2d1350e 100644 (file)
@@ -1,13 +1,8 @@
-#
-#  $Id$
-#
-#  Configuration for the SQL module, when using Postgresql.
-#
-#  The database schema is available at:
-#
-#      raddb/sql/postgresql/schema.sql
-#
-
+# -*- text -*-
+##
+## dialup.conf -- PostgreSQL configuration for default schema (schema.sql)
+##
+##     $Id$
 
 # Safe characters list for sql queries. Everything else is replaced
 # with their mime-encoded equivalents.
index 3468bbf..d13fad1 100644 (file)
@@ -1,7 +1,8 @@
-#  $Id$
-#
-# FreeRADIUS rlm_sqlippool SQL Queries for the PostgreSQL Dialect
-
+# -*- text -*-
+##
+## ippool.conf -- PostgreSQL queries for rlm_sqlippool
+##
+##     $Id$
 
  ## This query allocates an IP address from the Pool
  ## The ORDER BY clause of this query tries to allocate the same IP-address
index 991f857..3789268 100644 (file)
@@ -1,11 +1,10 @@
-#  $Id$
-#
-#  Configuration for the SQL module, when doing H323 VoIP billing.
-#
-#  The database schema is available at:
-#
-#   raddb/sql/postgresql/cisco_h323_db_schema.sql
-#
+# -*- text -*-
+##
+## voip-postpaid.conf -- PostgreSQL configuration for H323 VoIP billingx
+##                      (cisco_h323_db_schema.sql)
+##
+##     $Id$
+
 sql pgsql-voip {
 
        # Database type currently must be rlm_sql_postgresql to work with this setup.