diff options
| author | Alexander Barton <alex@barton.de> | 2005-03-15 16:58:01 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-03-15 16:58:01 +0000 |
| commit | 1869766331ff55fb91368d9ce3d5632e5904fbdf (patch) | |
| tree | 63eba88283b05f2a6e9a236c44a9272266737ecf | |
| parent | 1d08d51e2eaff14b71f20d3f0898d5a86582b7e5 (diff) | |
| download | ngircd-1869766331ff55fb91368d9ce3d5632e5904fbdf.tar.gz ngircd-1869766331ff55fb91368d9ce3d5632e5904fbdf.zip | |
Fixed too long lines.
| -rw-r--r-- | doc/sample-ngircd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 166e9d2a..149e1fa3 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.32 2005/03/15 16:56:16 alex Exp $ +# $Id: sample-ngircd.conf,v 1.33 2005/03/15 16:58:01 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must be adepted @@ -68,9 +68,9 @@ ;ChrootDir = /var/empty # This tells ngircd to write its current process id to a file. - # Note that the pidfile is written AFTER chroot and switching uid, i.e. - # the Directory the pidfile resides in must be writeable by the ngircd user and - # exist in the chroot dir. + # Note that the pidfile is written AFTER chroot and switching uid, + # i. e. the Directory the pidfile resides in must be writeable by + # the ngircd user and exist in the chroot directory. ;PidFile = /var/run/ngircd/ngircd.pid # After <PingTimeout> seconds of inactivity the server will send a @@ -89,8 +89,8 @@ # they are not(!) channel-operators? ;OperCanUseMode = no - # Mask IRC Operator mode requests as if they were coming from the server? - # (This is a compatibility hack for ircd-irc2 servers ) + # Mask IRC Operator mode requests as if they were coming from the + # server? (This is a compatibility hack for ircd-irc2 servers) ;OperServerMode = no # Maximum number of simultaneous connection the server is allowed |