network/jboss-as: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 18:05:58 -04:00
parent 9554de2f6e
commit ab0079e0be

View file

@ -1,11 +1,11 @@
JBoss is a free, open source, Java EE certified platform for developing and
deploying enterprise Java applications, Web applications, and Portals,
JBoss Application Server provides the full range of Java EE 6 features as
well as extended enterprise services including clustering, caching, and
persistence.
JBoss is a free, open source, Java EE certified platform
for developing and deploying enterprise Java applications, Web
applications, and Portals, JBoss Application Server provides the full
range of Java EE 6 features as well as extended enterprise services
including clustering, caching, and persistence.
JBoss-AS requires a "jboss" user and group; create these before running the
SlackBuild script. Examples:
JBoss-AS requires a "jboss" user and group; create these before
running the SlackBuild script. Examples:
# groupadd -g 254 -r jboss
# useradd -u 254 -M -r -s /bin/bash -d /usr/share/jboss-as \