Add a slash to the end of search_path so nasd.conf can be found.

PR:		17970
Submitted by:	Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
This commit is contained in:
Steve Price 2000-04-30 19:21:30 +00:00
parent f1b3c7f48e
commit 53e9c50401
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28162

View file

@ -5,5 +5,5 @@
XCOMM Directory where NAS will look for it's config file(s)
#ifndef NasConfigSearchPath
-#define NasConfigSearchPath /etc/nas/
+#define NasConfigSearchPath $(PROJECTROOT)/etc
+#define NasConfigSearchPath $(PROJECTROOT)/etc/
#endif