From a2f924a0ac6edb349e3d2366bf26e40641676ab5 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 15 Oct 1997 12:02:08 +0000 Subject: drop core in /var/tmp (from linux). --- hunt/huntd/driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt') 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 #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 @@ -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); -- cgit v1.2.3