summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:23:29 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit8c552c9e1cc7f5175723bad392e358bd97fbeed1 (patch)
treed45f5641ef27fd9cf75aa63dca33c9b9a6ea5231 /network
parent330bcce156996a3ceeb2afbf79bf0521f16b6bed (diff)
downloadslackbuilds-8c552c9e1cc7f5175723bad392e358bd97fbeed1.tar.gz
slackbuilds-8c552c9e1cc7f5175723bad392e358bd97fbeed1.tar.xz
network/znc: Fix README.
Diffstat (limited to 'network')
-rw-r--r--network/znc/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/znc/README b/network/znc/README
index f7883c1632..b292fde987 100644
--- a/network/znc/README
+++ b/network/znc/README
@@ -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.