$NetBSD: patch-ad,v 1.2 2004/11/10 16:38:27 adam Exp $ --- src/celestia/celestiacore.cpp.orig 2004-07-30 07:10:10.000000000 +0000 +++ src/celestia/celestiacore.cpp @@ -3454,7 +3454,7 @@ bool CelestiaCore::initSimulation() } #endif - config = ReadCelestiaConfig("celestia.cfg"); + config = ReadCelestiaConfig(PKG_SYSCONFDIR "/celestia.cfg"); if (config == NULL) { fatalError("Error reading configuration file.");;