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.
State Changed From-To: open->closed Committed, thanks!