mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$NetBSD: patch-ab,v 1.3 2003/01/04 12:25:13 wiz Exp $
|
|
|
|
--- src/cfgfile.h.orig Wed Sep 1 02:52:17 1999
|
|
+++ src/cfgfile.h
|
|
@@ -37,7 +37,7 @@
|
|
#define _CFGFILE_H
|
|
|
|
#define CONFIGFILE_STUB "koth.cfg"
|
|
-#define DEFAULT_CONFIGFILE "/etc/koth/" CONFIGFILE_STUB
|
|
+#define DEFAULT_CONFIGFILE PKG_SYSCONFDIR "/" CONFIGFILE_STUB
|
|
|
|
typedef struct ConfigItem_cfg
|
|
{
|