summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-10-15 12:02:08 +0000
committermrg <mrg@NetBSD.org>1997-10-15 12:02:08 +0000
commita2f924a0ac6edb349e3d2366bf26e40641676ab5 (patch)
tree35d3dc5b1e2ad5d3df1b0d5aa6fba787f60e0a17 /hunt
parent4ebd4c6950f1e47b17ac791fb98cd03853714dda (diff)
downloadbsdgames-darwin-a2f924a0ac6edb349e3d2366bf26e40641676ab5.tar.gz
bsdgames-darwin-a2f924a0ac6edb349e3d2366bf26e40641676ab5.tar.zst
bsdgames-darwin-a2f924a0ac6edb349e3d2366bf26e40641676ab5.zip
drop core in /var/tmp (from linux).
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c
index 2f8bdff2..a6f7cf67 100644
--- a/hunt/huntd/driver.c
+++ b/hunt/huntd/driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: driver.c,v 1.3 1997/10/11 08:13:47 lukem Exp $ */
+/* $NetBSD: driver.c,v 1.4 1997/10/15 12:02:08 mrg Exp $ */
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -7,7 +7,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: driver.c,v 1.3 1997/10/11 08:13:47 lukem Exp $");
+__RCSID("$NetBSD: driver.c,v 1.4 1997/10/15 12:02:08 mrg Exp $");
#endif /* not lint */
# include <sys/ioctl.h>
@@ -262,7 +262,7 @@ init()
(void) signal(SIGTERM, cleanup);
# endif
- (void) chdir("/usr/tmp"); /* just in case it core dumps */
+ (void) chdir("/var/tmp"); /* just in case it core dumps */
(void) umask(0); /* No privacy at all! */
(void) signal(SIGPIPE, SIG_IGN);