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:
parent
f1b3c7f48e
commit
53e9c50401
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28162
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue