diff options
| author | Cronus <cronus@nite-serv.com> | 2012-08-08 04:28:33 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-08-08 04:28:33 -0400 |
| commit | b894a569c93035c6e0e315afb77d299bd3824eb9 (patch) | |
| tree | 2c5b2223b77f25de2bbe606b42c6f754004e53db /data | |
| parent | 48022c3ddfaa162f546c8fd7235586a2c7f36fc8 (diff) | |
Update pid and motd file paths
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 8 | ||||
| -rw-r--r-- | data/modules.example.conf | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/example.conf b/data/example.conf index 7521256e8..93fe95af9 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 executable. If not given, defaults to "services.pid". + * services root directory. If not given, defaults to "services.pid". */ - pid = "services.pid" + pid = "data/services.pid" /* * The filename containing the Message of the Day. The path is relative to the - * services executable. If not given, defaults to "services.motd". + * services root directory. If not given, defaults to "services.motd". */ - motd = "services.motd" + motd = "data/services.motd" } /* diff --git a/data/modules.example.conf b/data/modules.example.conf index bbb7f9651..2a06b1a99 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -226,7 +226,7 @@ mysql * m_proxyscan * * This module allows you to scan connecting clients for open proxies. - * Note that using this will allow users to get the IP or your services. + * Note that using this will allow users to get the IP of your services. * * Currently the two supported proxy types are HTTP and SOCKS5. * |
