15 lines
303 B
Text
15 lines
303 B
Text
|
$NetBSD: patch-ab,v 1.3 2002/06/30 03:47:55 jlam Exp $
|
||
|
|
||
|
--- path.h.orig Tue Oct 16 18:44:37 2001
|
||
|
+++ path.h
|
||
|
@@ -29,7 +29,9 @@
|
||
|
#ifndef IPA_PATH_H
|
||
|
#define IPA_PATH_H
|
||
|
|
||
|
+#ifndef CFGFILE
|
||
|
#define CFGFILE "/usr/local/etc/ipa.conf"
|
||
|
+#endif
|
||
|
#define DBDIR "/var/ipa"
|
||
|
#define PIDFILE "/var/run/ipa.pid"
|
||
|
|