1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-08 13:45:57 +00:00

Do not exit unconditionally if config file cannot be opened

ngircd will exit if the config file cannot be opened. While
thats okay if ngircd starts up for the first time, it isn't
when we are re-reading the config file after a /REHASH or SIGHUP.
This commit is contained in:
Florian Westphal
2008-03-18 20:12:47 +00:00
parent ab1f48a346
commit abb1abeb77
4 changed files with 25 additions and 19 deletions

View File

@@ -12,6 +12,7 @@
ngIRCd HEAD
- Do not exit on SIGHUP or /REHASH if the config file cannot opened.
- Add IPv6 support.
- Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
- Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
@@ -759,4 +760,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.344 2008/02/26 22:05:42 fw Exp $
$Id: ChangeLog,v 1.345 2008/03/18 20:12:47 fw Exp $