aboutsummaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-04-30 19:21:30 +0000
committerSteve Price <steve@FreeBSD.org>2000-04-30 19:21:30 +0000
commit53e9c5040179bdda1e822169e0802bdd0f462c1f (patch)
tree7e8eada633506e060f064dd20de663262e8dd7df /audio/nas
parentf1b3c7f48eeb357d034b1879ddec9fccd7482d73 (diff)
downloadports-53e9c5040179bdda1e822169e0802bdd0f462c1f.tar.gz
ports-53e9c5040179bdda1e822169e0802bdd0f462c1f.zip
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>
Notes
Notes: svn path=/head/; revision=28162
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/files/patch-af2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nas/files/patch-af b/audio/nas/files/patch-af
index c32fc12518df..e06f32944189 100644
--- a/audio/nas/files/patch-af
+++ b/audio/nas/files/patch-af
@@ -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