mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
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
@ -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…
x
Reference in New Issue
Block a user