From d1ddbd62f91d4b9453447b5d25f5e41e807b0010 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 13 Oct 2009 01:44:22 +0000 Subject: 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 --- include/configreader.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') 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 -- cgit v1.2.3