diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:25:07 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:25:07 -0400 |
commit | 1b8d598d6736aed035966afadc38b77f5acd4379 (patch) | |
tree | 11299df7bdfa0b636dd104ae795815a45270a93e | |
parent | 2fd74b02b4843b64b6915d0a6301603dd6fd307c (diff) |
network/strongswan: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/strongswan/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/network/strongswan/README b/network/strongswan/README index df3dafaff394..662e2b306cf4 100644 --- a/network/strongswan/README +++ b/network/strongswan/README @@ -59,17 +59,19 @@ To override the defaults options set CONFIG_OPTS to your desired set of configure options. Example: -env CONFIG_OPTS="--enable-openssl --enable-unity" sh ./strongswan.SlackBuild +env CONFIG_OPTS="--enable-openssl --enable-unity" \ + sh ./strongswan.SlackBuild To add to the default options without overwriting them set the EXTRA_CONFIG_OPTS environment variable. Example: -env EXTRA_CONFIG_OPTS="--enable-socket-dynamic --enable-dhcp" sh ./strongswan.SlackBuild +env EXTRA_CONFIG_OPTS="--enable-socket-dynamic --enable-dhcp"\ + sh ./strongswan.SlackBuild -Certain use cases may cause issues when bypass-lan is loaded. The SlackBuild script -disables loading of the bypass-lan module. This can be changed in bypass-lan.conf -after installation if required. +Certain use cases may cause issues when bypass-lan is loaded. The +SlackBuild script disables loading of the bypass-lan module. This can +be changed in bypass-lan.conf after installation if required. The list of available options and their descriptions are available here: |