diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-10 13:58:19 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-10 14:06:33 +0100 |
commit | 6252ef7fc3a3e85678da62c69436c5f656c348fd (patch) | |
tree | 1d01b5bdc232f9555054f2c0f0f47e535766b4aa /package/ipsec-tools/Config.in | |
parent | f37b7823e521f7989f8f35b5182330335ac9e530 (diff) |
ipsec-tools: cleanup: remove trailing . after option text
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ipsec-tools/Config.in')
-rw-r--r-- | package/ipsec-tools/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ipsec-tools/Config.in b/package/ipsec-tools/Config.in index d4c62c601..6f6dc372b 100644 --- a/package/ipsec-tools/Config.in +++ b/package/ipsec-tools/Config.in @@ -10,7 +10,7 @@ if BR2_PACKAGE_IPSEC_TOOLS config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT default y - bool "Enable racoonctl(8)." + bool "Enable racoonctl(8)" help Lets racoon to listen to racoon admin port, which is to be contacted by racoonctl(8). @@ -28,7 +28,7 @@ config BR2_PACKAGE_IPSEC_TOOLS_NATT NAT-Traversal might infringe a patent. config BR2_PACKAGE_IPSEC_TOOLS_FRAG - bool "Enable IKE fragmentation." + bool "Enable IKE fragmentation" help Enable IKE fragmentation, which is a workaround for broken routers that drop fragmented packets @@ -40,11 +40,11 @@ config BR2_PACKAGE_IPSEC_TOOLS_DPD config BR2_PACKAGE_IPSEC_TOOLS_STATS default y - bool "Enable statistics logging function." + bool "Enable statistics logging function" config BR2_PACKAGE_IPSEC_TOOLS_READLINE select BR2_PACKAGE_READLINE - bool "Enable readline input support if available." + bool "Enable readline input support" choice prompt "Security context" |