aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/rw-cert
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-05-13 05:53:21 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-05-13 05:53:21 +0000
commitef31d1161d414e8acc916f9878501aa5c25400a3 (patch)
treeed17f343a18aaa1999b6f06b8ff115a8528da515 /testing/tests/sql/rw-cert
parent2e6342db52b9c26bc17d52314c8aa2faf2ec7272 (diff)
downloadstrongswan-ef31d1161d414e8acc916f9878501aa5c25400a3.tar.bz2
strongswan-ef31d1161d414e8acc916f9878501aa5c25400a3.tar.xz
added caption to ipsec.sql file
Diffstat (limited to 'testing/tests/sql/rw-cert')
-rw-r--r--testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/ipsec.sql2
-rw-r--r--testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/ipsec.sql2
-rw-r--r--testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/ipsec.sql2
3 files changed, 6 insertions, 0 deletions
diff --git a/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/ipsec.sql b/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/ipsec.sql
index 1f90aa281..c223fb8f2 100644
--- a/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/ipsec.sql
+++ b/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/ipsec.sql
@@ -1,3 +1,5 @@
+/* strongSwan SQLite database */
+
DROP TABLE IF EXISTS identities;
CREATE TABLE identities (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
diff --git a/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/ipsec.sql b/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/ipsec.sql
index 772eeb7d4..1fc923a73 100644
--- a/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/ipsec.sql
+++ b/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/ipsec.sql
@@ -1,3 +1,5 @@
+/* strongSwan SQLite database */
+
DROP TABLE IF EXISTS identities;
CREATE TABLE identities (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
diff --git a/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/ipsec.sql b/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/ipsec.sql
index e8d95c29c..dc23858cf 100644
--- a/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/ipsec.sql
+++ b/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/ipsec.sql
@@ -1,3 +1,5 @@
+/* strongSwan SQLite database */
+
DROP TABLE IF EXISTS identities;
CREATE TABLE identities (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,