diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-16 05:34:04 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-16 05:34:04 +0000 |
commit | 2e0e41c309e6ee6b6b74537c90e6885d413a7bb0 (patch) | |
tree | 4c0c6820a5f9781b6555fd88c3caa18b4a864f24 /usr.sbin | |
parent | 91f1828f771784d4ff834e217fa1f040a0a51c44 (diff) |
move dump file to /var/run, not /var/tmp.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/route6d/route6d.8 | 10 | ||||
-rw-r--r-- | usr.sbin/route6d/route6d.h | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8 index 3c24702749d..70569707331 100644 --- a/usr.sbin/route6d/route6d.8 +++ b/usr.sbin/route6d/route6d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route6d.8,v 1.4 1999/12/12 11:00:29 itojun Exp $ +.\" $OpenBSD: route6d.8,v 1.5 1999/12/16 05:34:03 itojun Exp $ .\" .\" Copyright (c) 1996 WIDE Project. All rights reserved. .\" @@ -184,11 +184,11 @@ or .Dv SIGUSR1 , .Nm will dump the current internal state into -.Pa /var/tmp/route6d_dump . +.Pa /var/run/route6d_dump . .\" .Sh FILES -.Bl -tag -width /var/tmp/route6d_dump -compact -.It Pa /var/tmp/route6d_dump +.Bl -tag -width /var/run/route6d_dump -compact +.It Pa /var/run/route6d_dump dumps internal state on .Dv SIGINT or @@ -219,7 +219,7 @@ and .Li ff02::xx .Pc so they will be visible on internal state dump file -.Pq Pa /var/tmp/route6d_dump . +.Pq Pa /var/run/route6d_dump . .Pp Routing table manipulation differs from IPv6 implementation to implementation. Currently diff --git a/usr.sbin/route6d/route6d.h b/usr.sbin/route6d/route6d.h index 8763f525cf3..c3a7c73ebb6 100644 --- a/usr.sbin/route6d/route6d.h +++ b/usr.sbin/route6d/route6d.h @@ -1,4 +1,4 @@ -/* $OpenBSD: route6d.h,v 1.2 1999/12/11 10:41:47 itojun Exp $ */ +/* $OpenBSD: route6d.h,v 1.3 1999/12/16 05:34:03 itojun Exp $ */ /* * KAME Header: /cvsroot/kame/kame/kame/kame/route6d/route6d.h,v 1.1.1.1 1999/08/08 23:31:35 itojun Exp @@ -37,7 +37,7 @@ #define ROUTE6D_CONF "/usr/local/v6/etc/route6d.conf" */ -#define ROUTE6D_DUMP "/var/tmp/route6d_dump" +#define ROUTE6D_DUMP "/var/run/route6d_dump" #define ROUTE6D_PID "/var/run/route6d.pid" #define RIP6_VERSION 1 |