]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
conf: Document swanctl options
authorTobias Brunner <tobias@strongswan.org>
Fri, 27 Jun 2014 13:47:34 +0000 (15:47 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 30 Jun 2014 11:25:13 +0000 (13:25 +0200)
conf/Makefile.am
conf/options/swanctl.opt [new file with mode: 0644]
configure.ac

index 8ca797156590702574f21ef73c074864238ee31d..373be1631327f44aa9f21a46384cb976f9af6d44 100644 (file)
@@ -20,6 +20,7 @@ options = \
        options/pool.opt \
        options/scepclient.opt \
        options/starter.opt \
+       options/swanctl.opt \
        options/tnc.opt
 
 plugins = \
diff --git a/conf/options/swanctl.opt b/conf/options/swanctl.opt
new file mode 100644 (file)
index 0000000..f78b4bc
--- /dev/null
@@ -0,0 +1,2 @@
+swanctl.load =
+       Plugins to load in swanctl.
\ No newline at end of file
index 25b699fc063a581c213c2b7249bbe1d09db86d10..78c7978431a15fa419b6c5223699a3ae2cddae8c 100644 (file)
@@ -1531,6 +1531,7 @@ AM_COND_IF([USE_MANAGER], [strongswan_options=${strongswan_options}" manager"])
 AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"])
 AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"])
 AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"])
+AM_COND_IF([USE_SWANCTL], [strongswan_options=${strongswan_options}" swanctl"])
 
 AC_SUBST(strongswan_options)