1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/nas/files/patch-af
Steve Price 53e9c50401 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>
2000-04-30 19:21:30 +00:00

10 lines
307 B
Plaintext

--- config/NetAudio.def.orig Sun Feb 13 05:31:14 2000
+++ config/NetAudio.def Fri Mar 24 04:55:49 2000
@@ -8,5 +8,5 @@
XCOMM Directory where NAS will look for it's config file(s)
#ifndef NasConfigSearchPath
-#define NasConfigSearchPath /etc/nas/
+#define NasConfigSearchPath $(PROJECTROOT)/etc/
#endif