Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 1997 16:28:22 +0200 (EET)
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5301: lynx: wrong default location of configuration file
Message-ID:  <199712151428.QAA14846@relay.ucb.crimea.ua>
Resent-Message-ID: <199712151440.GAA02271@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5301
>Category:       ports
>Synopsis:       lynx: wrong default location of configuration file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 15 06:40:00 PST 1997
>Last-Modified:
>Originator:     Ruslan Ermilov
>Organization:
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

	lynx-2.7.1

>Description:

	Lynx compiles by default with /usr/local/lib/lynx.cfg as a
	default configuration file. Instead, /usr/local/etc/lynx.cfg
	should be used as a default.

>How-To-Repeat:


>Fix:
	
	Define proper location for LYNX_CFG_FILE in userdefs.h
	using patch-ab:

--- userdefs.h.orig	Thu Apr  3 17:04:12 1997
+++ userdefs.h	Mon Dec 15 16:03:44 1997
@@ -216,7 +216,7 @@
  * mailcap files (see the examples in the samples directory).
  */
 #ifndef LYNX_CFG_FILE
-#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"
+#define LYNX_CFG_FILE "/usr/local/etc/lynx.cfg"
 #endif /* LYNX_CFG_FILE */
 
 /**************************

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712151428.QAA14846>