diff options
| author | Alexander Barton <alex@barton.de> | 2008-11-22 14:47:01 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-11-22 14:47:01 +0100 |
| commit | d0b2526a01c57f54e3899d4c8fd878005d701116 (patch) | |
| tree | f83fff43020eb9d4bf93525c1fd706d9c63ba6cd | |
| parent | 7cf9d93aeebad0b7b5bdf1ef1de58d2e7b2300e4 (diff) | |
| download | ngircd-d0b2526a01c57f54e3899d4c8fd878005d701116.tar.gz ngircd-d0b2526a01c57f54e3899d4c8fd878005d701116.zip | |
sample-ngircd.conf: remove now unused CVS "$Id$"
| -rw-r--r-- | doc/sample-ngircd.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index ee607290..041542e7 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,14 +1,13 @@ -# $Id: sample-ngircd.conf,v 1.44 2008/01/07 23:02:29 alex Exp $ - # -# This is a sample configuration file for the ngIRCd, which must be adepted -# to the local preferences and needs. +# This is a sample configuration file for the ngIRCd IRC daemon, which must +# be customized to the local preferences and needs. # # Comments are started with "#" or ";". # # A lot of configuration options in this file start with a ";". You have # to remove the ";" in front of each variable to actually set a value! -# The disabled variables are shown with example values for completeness. +# The disabled variables are shown with example values for completeness only +# and the daemon is using compiled-in default settings. # # Use "ngircd --configtest" (see manual page ngircd(8)) to validate that the # server interprets the configuration file as expected! |