mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
703 B
Plaintext
20 lines
703 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2010/03/14 16:39:24 wiz Exp $
|
|
|
|
--- TideContext.cc.orig Fri Mar 23 21:52:40 2001
|
|
+++ TideContext.cc Thu May 31 13:48:53 2001
|
|
@@ -42,12 +42,12 @@
|
|
colors = in_colors;
|
|
settings = in_settings;
|
|
|
|
- // Get HFILE_PATH from environment or /etc/xtide.conf and create
|
|
+ // Get HFILE_PATH from environment or ${PKG_SYSCONFDIR}/xtide.conf and create
|
|
// persistent HarmonicsPath
|
|
Dstr hfile_path (getenv ("HFILE_PATH"));
|
|
if (hfile_path.isNull()) {
|
|
FILE *configfile;
|
|
- if ((configfile = fopen ("/etc/xtide.conf", "r"))) {
|
|
+ if ((configfile = fopen (PKG_SYSCONFDIR "/xtide.conf", "r"))) {
|
|
hfile_path.getline (configfile);
|
|
fclose (configfile);
|
|
}
|