$OpenBSD$ --- src/gameconfigfile.cpp.orig Tue May 17 12:44:49 2011 +++ src/gameconfigfile.cpp Tue May 17 12:45:40 2011 @@ -627,7 +627,7 @@ FString FGameConfigFile::GetConfigPath (bool tryProg) // Ungh. return "zdoom.ini"; #else - return GetUserFile ("zdoom.ini"); + return "~/.zdoom/zdoom.ini"; #endif } @@ -648,7 +648,7 @@ void FGameConfigFile::CreateStandardAutoExec(const cha #elif !defined(unix) path = "$PROGDIR/autoexec.cfg"; #else - path = GetUserFile ("autoexec.cfg"); + path = "~/.zdoom/autoexec.cfg"; #endif SetSection (section, true); SetValueForKey ("Path", path.GetChars());