From 30fc61b0a28cfb4057e442add7bbbdbd282434ab Mon Sep 17 00:00:00 2001 From: prozacx Date: Sat, 16 Sep 2006 18:13:30 +0000 Subject: [PATCH] Patched using fix_docs.patch by psycho git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@765 726aef4b-f618-498e-8847-2d620e286838 --- docs/Configuration.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Configuration.html b/docs/Configuration.html index a0f12c7a..5dd8c6ab 100644 --- a/docs/Configuration.html +++ b/docs/Configuration.html @@ -22,7 +22,7 @@
  • Misc - Other files are also stored in the ~/.znc directory such as the SSL cert (znc.pem) and PidFile (znc.pid).
  • Local Modules - Stored in ~/.znc/modules. ZNC will look in the local module dir first when trying to load a module.
  • Global Modules - Stored in /usr/share/znc/modules by default. -
  • Binaries - znc, znc-config, and zncchk are all stored in /usr/bin by default. You can change this when you configure by using ./configure --prefix=/whatever/path/you/want +
  • Binaries - znc and znc-config are stored in /usr/bin by default. You can change this when you configure by using ./configure --prefix=/whatever/path/you/want

    Config File - (~/.znc/znc.conf) @@ -30,7 +30,7 @@
    • ListenPort - The port that ZNC will listen on. If the port is prepended with a '+' then ZNC listens using ssl.
    • ISpoofFile - ZNC will write the ident of the user trying to connect to this file. Very useful if your shell supports oidentd. -
    • PidFile - The pid file that is needed if you want to crontab the zncchk shell script. +
    • PidFile - The pid file that is created when znc starts.
    • StatusPrefix - The prefix for the status and module queries.
    • User - The user definition, you can have more than one..