summaryrefslogtreecommitdiffstats
path: root/network/znc/README.SLACKWARE
diff options
context:
space:
mode:
author Sean Donner <sean.donner at gmail dot com>2010-05-13 00:38:51 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:38:51 +0200
commit4f9f68bc7df2a473fc694ab3e36618f53be78770 (patch)
treeabe1afbe8285748836b0acad098b262aca8273a6 /network/znc/README.SLACKWARE
parent42be282add0d1d8597cd9fce499e6c3bababcb09 (diff)
downloadslackbuilds-4f9f68bc7df2a473fc694ab3e36618f53be78770.tar.gz
slackbuilds-4f9f68bc7df2a473fc694ab3e36618f53be78770.tar.xz
network/znc: Updated for version 0.076
Diffstat (limited to 'network/znc/README.SLACKWARE')
-rw-r--r--network/znc/README.SLACKWARE18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/znc/README.SLACKWARE b/network/znc/README.SLACKWARE
new file mode 100644
index 0000000000..25e686201d
--- /dev/null
+++ b/network/znc/README.SLACKWARE
@@ -0,0 +1,18 @@
+znc README.SLACKWARE
+
+Once the package is installed, you should create your config file using
+znc's own interactive utility; run the following command:
+ su - @ZNC_USER@ -c '/usr/bin/znc --makeconf --datadir /etc/znc'
+
+Since znc is configured to run as a nonprivileged user by default in
+this build script, you must choose a listening port higher than 1024.
+
+Once you have answered all the questions, your znc.conf file will be
+located at /etc/znc/configs/znc.conf
+
+It should be noted that by default (if run without any arguments), ZNC
+will look for its configuation file in ~/.znc (which is /etc/znc/.znc
+as suggested by the build script). This is irrelevant if you are using
+the init script supplied with the package, but it might be worth knowing
+just in case.
+