diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-14 16:40:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-14 16:40:11 +0000 |
commit | 87fb8808f54e88c46c2cf4f27be7bd06629b532f (patch) | |
tree | 36aa90bbae25c0b9350d542641d6518163766604 /misc/xtide/patches/patch-ab | |
parent | c35503f16129b31f9b2d73b1775a2230ab18b577 (diff) | |
download | pkgsrc-87fb8808f54e88c46c2cf4f27be7bd06629b532f.tar.gz |
Remove xtide, moved to time.
Diffstat (limited to 'misc/xtide/patches/patch-ab')
-rw-r--r-- | misc/xtide/patches/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/xtide/patches/patch-ab b/misc/xtide/patches/patch-ab deleted file mode 100644 index 44dac314406..00000000000 --- a/misc/xtide/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2003/07/22 21:14:47 jmmv 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); - } |