diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:05:58 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:05:58 -0400 |
commit | ab0079e0bea94016f13b9e75dec258e21feccff8 (patch) | |
tree | 225443f3c4774879eae9d68082188558184761bd /network/jboss-as | |
parent | 9554de2f6e62f92324e3d3b8e5623d3fb040b421 (diff) |
network/jboss-as: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/jboss-as')
-rw-r--r-- | network/jboss-as/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/network/jboss-as/README b/network/jboss-as/README index 4d0ab1453a56..55d23e306323 100644 --- a/network/jboss-as/README +++ b/network/jboss-as/README @@ -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 \ |