ipsec-tools: cleanup: remove trailing . after option text
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 10 Feb 2012 12:58:19 +0000 (13:58 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 10 Feb 2012 13:06:33 +0000 (14:06 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ipsec-tools/Config.in

index d4c62c6013c7212842f5e77d93621d278299c508..6f6dc372bec34d745c8ce3c02e85c2329abb8875 100644 (file)
@@ -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"