diff options
| author | Adam <Adam@anope.org> | 2013-07-21 03:59:59 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-07-21 03:59:59 -0400 |
| commit | 604da898136b9299f555336df633e30a09f44ddd (patch) | |
| tree | ab4a3e380d16a6f9b6e2f320feaaeb095ff2c872 /data | |
| parent | e11abdc4f00b19feae7830d4de6098e282e7eb39 (diff) | |
More basic config validation, and fix crash when no uplinks are configured. spotted by fgs
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 41a1a0163..b6e0231ce 100644 --- a/data/example.conf +++ b/data/example.conf @@ -238,13 +238,13 @@ serverinfo /* * The filename containing the Services process ID. The path is relative to the - * services root directory. If not given, defaults to "data/services.pid". + * services root directory. */ pid = "data/services.pid" /* * The filename containing the Message of the Day. The path is relative to the - * services root directory. If not given, defaults to "conf/services.motd". + * services root directory. */ motd = "conf/services.motd" } |
