diff options
author | Sean Donner <sean.donner@gmail.com> | 2010-11-28 02:26:02 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-29 12:45:58 +0100 |
commit | 3638387f02c31f93e79a9aec3158e65b33780247 (patch) | |
tree | 4799e5d3522dd5556188383d9dfaa179c2cd624f /network/znc/README.SLACKWARE | |
parent | 14a12809754222cfb92fbe196dcc4f08d70f6cdd (diff) | |
download | slackbuilds-3638387f02c31f93e79a9aec3158e65b33780247.tar.gz |
network/znc: Updated for version 0.096.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/znc/README.SLACKWARE')
-rw-r--r-- | network/znc/README.SLACKWARE | 18 |
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..b9467bb1ca --- /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' +where '@ZNC_USER@' is replaced by the UID that you wish znc to run under + +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. |