$NetBSD: patch-ad,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $ --- src/celestia/celestiacore.cpp.orig 2003-04-14 19:58:00.000000000 +0200 +++ src/celestia/celestiacore.cpp 2003-05-08 23:46:34.000000000 +0200 @@ -2658,7 +2658,7 @@ } #endif - config = ReadCelestiaConfig("celestia.cfg"); + config = ReadCelestiaConfig(PKG_SYSCONFDIR "/celestia.cfg"); if (config == NULL) { fatalError("Error reading configuration file.");;