diff options
| author | Robby <robby@chat.be> | 2012-08-08 17:09:34 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-08-08 17:09:34 -0400 |
| commit | f7bf2fa9604d93f36a0025d9890d174ad2576a6a (patch) | |
| tree | dc554ea6c528579c05bf55feb95649656af82a1c /data | |
| parent | b894a569c93035c6e0e315afb77d299bd3824eb9 (diff) | |
Put motd in conf/ not data/ and fixed the default values in the config
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index 93fe95af9..0213d61d9 100644 --- a/data/example.conf +++ b/data/example.conf @@ -205,15 +205,15 @@ serverinfo /* * The filename containing the Services process ID. The path is relative to the - * services root directory. If not given, defaults to "services.pid". + * services root directory. If not given, defaults to "data/services.pid". */ 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 "services.motd". + * services root directory. If not given, defaults to "conf/services.motd". */ - motd = "data/services.motd" + motd = "conf/services.motd" } /* |
