diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:34:55 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:34:55 -0400 |
commit | 4da50538a44a136b83fa3997f5366b65c61974af (patch) | |
tree | 7e5755a73bc66be436f1912d41cae25c56b678a8 /network | |
parent | 28188fba64c94e47694b1b168566899bf0a12206 (diff) | |
download | slackbuilds-4da50538a44a136b83fa3997f5366b65c61974af.tar.gz |
network/wildfly: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/wildfly/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/network/wildfly/README b/network/wildfly/README index 13ea6db2fc..4b8fa66f96 100644 --- a/network/wildfly/README +++ b/network/wildfly/README @@ -1,11 +1,11 @@ -WildFly is a free, open source, Java EE certified platform for developing and -deploying enterprise Java applications, Web applications, and Portals, -WildFly Application Server provides the full range of Java EE 7 features as -well as extended enterprise services including clustering, caching, and -persistence. +WildFly is a free, open source, Java EE certified platform +for developing and deploying enterprise Java applications, Web +applications, and Portals, WildFly Application Server provides the +full range of Java EE 7 features as well as extended enterprise +services including clustering, caching, and persistence. -WildFly requires a "wildfly" user and group; create these before running the -SlackBuild script. Examples: +WildFly requires a "wildfly" user and group; create these before +running the SlackBuild script. Examples: # groupadd -g 282 -r wildfly # useradd -u 282 -M -r -s /bin/bash -d /usr/share/wildfly \ |