diff options
author | Sean Donner <sean.donner at gmail dot com> | 2010-03-03 14:24:28 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:25:08 +0200 |
commit | 359180cba878a4110a7f20b24a86bd2afba84980 (patch) | |
tree | 49509c608f6adb3c6b118fc661d523f21eaa3ea6 /network/znc/README.SBo | |
parent | e6796da6d47c74a6ed387a00e4c8a3186fb13b43 (diff) | |
download | slackbuilds-359180cba878a4110a7f20b24a86bd2afba84980.tar.gz |
network/znc: Updated for version 0.076.
Diffstat (limited to 'network/znc/README.SBo')
-rw-r--r-- | network/znc/README.SBo | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/znc/README.SBo b/network/znc/README.SBo new file mode 100644 index 0000000000..a9972a7b5c --- /dev/null +++ b/network/znc/README.SBo @@ -0,0 +1,18 @@ +znc README.SBo + +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. + |