Bug 17970 - bad configuraion file search path of NAS
Summary: bad configuraion file search path of NAS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-13 07:40 UTC by winard
Modified: 2000-04-30 20:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description winard 2000-04-13 07:40:01 UTC
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'.

Fix: 

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

to:
+#define NasConfigSearchPath $(PROJECTROOT)/etc/
How-To-Repeat: 
Install NAS, modify your config file, run nasd, and error occurs.
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-04-30 20:20:08 UTC
State Changed
From-To: open->closed

Committed, thanks!