Skip site navigation (1)Skip section navigation (2)
Date:      13 Apr 2000 06:36:31 -0000
From:      winard@ritax.dorm.ccu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17970: bad configuraion file search path of NAS
Message-ID:  <20000413063631.83350.qmail@ritax.dorm.ccu.edu.tw>

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

>Number:         17970
>Category:       ports
>Synopsis:       bad configuraion file search path of NAS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 12 23:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yung-Jeng Hung
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
National Chung Cheng University, Taiwan
>Environment:


>Description:

NAS reads config from the file `search_path + nasd.conf'.
The patch file changes search path to `/usr/X11R6/etc', 
causes NAS reads config from `/usr/X11R6/etcnasd.conf',
not `/usr/X11R6/etc/nasd.conf'.

>How-To-Repeat:

Install NAS, modify your config file, run nasd, and error occurs.

>Fix:

Change this line in patch-af:
+#define NasConfigSearchPath $(PROJECTROOT)/etc

to:
+#define NasConfigSearchPath $(PROJECTROOT)/etc/

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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