blob: 1293113b8dea3d92c831f0fc9a2330f8fa704fcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ah,v 1.1.1.1 2003/09/16 19:41:50 seb Exp $
--- zhm/zhm.c.orig Fri May 19 19:19:21 2000
+++ zhm/zhm.c
@@ -22,7 +22,9 @@ int use_hesiod = 0;
#define srandom srand48
#endif
-#define PIDDIR "/var/athena/"
+#ifndef PIDDIR
+#define PIDDIR "/var/run/"
+#endif
int hmdebug, rebootflag, noflushflag, errflg, dieflag, inetd, oldpid, nofork;
int no_server = 1, nservchang, nserv, nclt;
|