diff options
-rw-r--r-- | games/wesnoth/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/wesnoth/README b/games/wesnoth/README index 9702250403..f1a110741e 100644 --- a/games/wesnoth/README +++ b/games/wesnoth/README @@ -8,9 +8,10 @@ single-player campaigns and different kind of multi-player matches. If you want to compile the wesnothd server and campaign server you can run the script as follows: SERVER=yes ./wesnoth.SlackBuild -please note that the server UID and GID are not required at compile time but -will be required at runtime under the UID/GID specified in the buildscript. -You can create the user and group for the wesnoth server as follows: +please note that the server UID and GID are not required at compile +time but will be required at runtime under the UID/GID specified in +the buildscript. You can create the user and group for the wesnoth +server as follows: # groupadd -g 229 wesnoth # useradd -u 229 -d /dev/null -s /bin/false -g wesnoth wesnoth |