summaryrefslogtreecommitdiffstats
path: root/network/wildfly
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:34:55 +0100
committer B. Watson2022-03-14 08:34:55 +0100
commit4da50538a44a136b83fa3997f5366b65c61974af (patch)
tree7e5755a73bc66be436f1912d41cae25c56b678a8 /network/wildfly
parent28188fba64c94e47694b1b168566899bf0a12206 (diff)
downloadslackbuilds-4da50538a44a136b83fa3997f5366b65c61974af.tar.gz
network/wildfly: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/wildfly')
-rw-r--r--network/wildfly/README14
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 \