diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-13 01:44:22 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-13 01:44:22 +0000 |
commit | d1ddbd62f91d4b9453447b5d25f5e41e807b0010 (patch) | |
tree | 89ee0a02bab93e38f35195d236e13f3e22906932 /conf | |
parent | 547e7e9b382255b1699ff897f40fb4ed659c3360 (diff) |
Change to new execution directory structure
Don't change CWD into bin/
Remove path-resolution hacks from configuration
Store pidfile and xline DBs in data, logs in logs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11866 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.conf.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index dcfaf428e..dab2519fb 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -344,22 +344,22 @@ # This file has all the information about oper classes, types and o:lines. # You *MUST* edit it. -<include file="opers.conf.example"> +<include file="conf/opers.conf.example"> # This file has all the information about server links and ulined servers. # You *MUST* edit it if you intend to link servers. -<include file="links.conf.example"> +<include file="conf/links.conf.example"> #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # <files - # motd: Path to your motd file. Path is relative to the conf directory. - motd="inspircd.motd.example" + # motd: Path to your motd file. Path is relative to the run directory. + motd="conf/inspircd.motd.example" - # rules: Path to your rules file. Path is relative to the conf directory. + # rules: Path to your rules file. Path is relative to the run directory. # This is optional and is displayed when a user does /rules on the network. - rules="inspircd.rules.example"> + rules="conf/inspircd.rules.example"> #-#-#-#-#-#-#-#-#-#-#-# MAXIMUM CHANNELS -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # @@ -835,7 +835,7 @@ # provide almost all the features of InspIRCd. :) # # # # The default does nothing -- we include it for simplicity for you. # -<include file="modules.conf.example"> +<include file="conf/modules.conf.example"> ######################################################################### |