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 /include | |
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 'include')
-rw-r--r-- | include/configreader.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configreader.h b/include/configreader.h index bc5a09f02..cd8d66849 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -318,11 +318,6 @@ class CoreExport ServerConfig : public classbase */ std::string ModPath; - /** The full pathname to the executable, as - * given in argv[0] when the program starts. - */ - std::string MyExecutable; - /** The file handle of the logfile. If this * value is NULL, the log file is not open, * probably due to a permissions error on @@ -669,11 +664,6 @@ class CoreExport ServerConfig : public classbase bool ApplyDisabledCommands(const std::string& data); - /** Returns the fully qualified path to the inspircd directory - * @return The full program directory - */ - std::string GetFullProgDir(); - /** Clean a filename, stripping the directories (and drives) from string. * @param name Directory to tidy * @return The cleaned filename |