blob: 347cb2c5da4e45c15f8d13db7497d1811fbbf1b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-src_searchd.cpp,v 1.3 2014/10/29 13:49:02 fhajny Exp $
Avoid hard-coded paths.
--- src/searchd.cpp.orig 2014-09-26 17:59:01.000000000 +0000
+++ src/searchd.cpp
@@ -21264,7 +21264,7 @@ void ShowHelp ()
"--safetrace\t\tonly use system backtrace() call in crash reports\n"
"\n"
"Examples:\n"
- "searchd --config /usr/local/sphinx/etc/sphinx.conf\n"
+ "searchd --config @PKG_SYSCONFDIR@/sphinx.conf\n"
#if USE_WINDOWS
"searchd --install --config c:\\sphinx\\sphinx.conf\n"
#endif
|