diff options
-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 |