mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
399 B
Plaintext
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;
|