18 lines
422 B
Plaintext
18 lines
422 B
Plaintext
$OpenBSD: patch-config_h,v 1.1.1.1 2008/01/08 10:51:21 jakob Exp $
|
|
--- config.h.orig Wed Oct 31 13:15:11 2007
|
|
+++ config.h Tue Jan 8 10:27:32 2008
|
|
@@ -47,11 +47,11 @@
|
|
#endif
|
|
|
|
#ifndef BIND_UTIL_PATH
|
|
-# define BIND_UTIL_PATH "/usr/local/sbin/"
|
|
+# define BIND_UTIL_PATH "/usr/sbin/"
|
|
#endif
|
|
|
|
#ifndef CONFIG_PATH
|
|
-# define CONFIG_PATH "/var/named/"
|
|
+# define CONFIG_PATH "/var/named/etc/"
|
|
#endif
|
|
|
|
#ifndef ZKT_VERSION
|