2013-09-26 17:14:40 +02:00

16 lines
399 B
Plaintext

$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;