diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-04 06:58:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:54 +0700 |
commit | ea1681175bbe83cc8b57f8aa6b43f1d3eaa07907 (patch) | |
tree | 189c56d57b6e68d818d565e4dd4b25d9f1cea438 /network/wildfly/README | |
parent | 3935b935131b7aa6d5fd945ea63a9699e2b6a8bd (diff) | |
download | slackbuilds-ea1681175bbe83cc8b57f8aa6b43f1d3eaa07907.tar.gz |
network/wildfly: Update UID/GID.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wildfly/README')
-rw-r--r-- | network/wildfly/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/wildfly/README b/network/wildfly/README index 5ad220da7f..13ea6db2fc 100644 --- a/network/wildfly/README +++ b/network/wildfly/README @@ -7,6 +7,6 @@ persistence. WildFly requires a "wildfly" user and group; create these before running the SlackBuild script. Examples: -# groupadd -g 281 -r wildfly -# useradd -u 281 -M -r -s /bin/bash -d /usr/share/wildfly \ +# groupadd -g 282 -r wildfly +# useradd -u 282 -M -r -s /bin/bash -d /usr/share/wildfly \ -c "WildFly Application Server" -g wildfly wildfly |