From 056de78e315a79edc1166649514bf8dfeb18abb1 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 11 Aug 2010 22:52:06 +0200 Subject: ngircd: change MOTD file handling previously, the given MotdFile file was read whenever a client requested it. Change handling to read the MotdFile contents into memory once during config file parsing. Two side effects: - changes to the MOTD file do not have any effect until ngircds configuration is reloaded - MOTD file does no longer have to reside in the chroot directory (the MOTD contents will then not be re-read on reload in that case) --- doc/sample-ngircd.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 645d1b8a..fdeed355 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -73,7 +73,6 @@ ;MotdFile = /usr/local/etc/ngircd.motd # A simple Phrase (<256 chars) if you don't want to use a motd file. - # If it is set no MotdFile will be read at all. ;MotdPhrase = "Hello world!" # User ID under which the server should run; you can use the name -- cgit 1.4.1