network/strongswan: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 03:25:07 -04:00
parent 2fd74b02b4
commit 1b8d598d67

View file

@ -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: