network/znc: Fix README.

This commit is contained in:
B. Watson 2016-11-14 16:23:29 -05:00 committed by Willy Sudiarto Raharjo
parent 330bcce156
commit 8c552c9e1c
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@ of C++ and Perl modules.
The SlackBuild file for ZNC includes support for OpenSSL connections
to IRC servers. If you do not wish to include OpenSSL support in ZNC,
simply run the build script like this:
WITH_SSL=no ./znc.SlackBuild
WITH_SSL=no ./znc.SlackBuild
IPv6 support is also enabled by default; to disable it, run the script as:
WITH_IPV6=no ./znc.SlackBuild
WITH_IPV6=no ./znc.SlackBuild
This is intended to be run as a nonprivileged user - by default, the
build script uses "znc" as the user. If you wish to change it, e.g.
to use the "nobody" user, then run the script as follows:
ZNC_USER=nobody ./znc.SlackBuild
ZNC_USER=nobody ./znc.SlackBuild
See README.SLACKWARE for configuration information.