aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/.gitignore1
-rw-r--r--man/Makefile.am6
-rw-r--r--man/strongswan.conf.5.in26
3 files changed, 30 insertions, 3 deletions
diff --git a/man/.gitignore b/man/.gitignore
index cf55e342f..2767ce80f 100644
--- a/man/.gitignore
+++ b/man/.gitignore
@@ -1,2 +1,3 @@
ipsec.conf.5
ipsec.secrets.5
+strongswan.conf.5
diff --git a/man/Makefile.am b/man/Makefile.am
index f57f12477..a74a901b8 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,6 +1,6 @@
-dist_man_MANS = ipsec.conf.5 ipsec.secrets.5
-EXTRA_DIST = ipsec.conf.5.in ipsec.secrets.5.in
-CLEANFILES = ipsec.conf.5 ipsec.secrets.5
+dist_man_MANS = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
+EXTRA_DIST = ipsec.conf.5.in ipsec.secrets.5.in strongswan.conf.5.in
+CLEANFILES = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
SUFFIXES = .in
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in
new file mode 100644
index 000000000..5b85046d2
--- /dev/null
+++ b/man/strongswan.conf.5.in
@@ -0,0 +1,26 @@
+.TH STRONGSWAN.CONF 5 "2010-09-09" "@IPSEC_VERSION@" "strongSwan"
+.SH NAME
+strongswan.conf \- strongSwan configuration file
+.SH DESCRIPTION
+While the
+.IR ipsec.conf (5)
+configuration file is well suited to define IPsec related configuration
+parameters, it is not useful for other strongSwan applications to read options
+from this file.
+The file is hard to parse and only
+.I ipsec starter
+is capable of doing so. As the number of components of the strongSwan project
+is continually growing, a more flexible configuration file was needed, one that
+is easy to extend and can be used by all components. With strongSwan 4.2.1
+.IR strongswan.conf (5)
+was introduced which meets these requirements.
+
+.SH FILES
+.nf
+/etc/strongswan.conf
+
+.SH SEE ALSO
+ipsec.conf (5), ipsec.secrets (5)
+.SH HISTORY
+Written for the strongSwan project <http://www.strongswan.org> by
+Tobias Brunner, Andreas Steffen and Martin Willi.