summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-04 02:02:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-04 02:02:59 +0000
commitacb1068371a2e2eb0b7cd006968611ceda63862a (patch)
tree2a701cd45603b96e29b23fabcec88ee4902d4e9a /usr.sbin/mrouted
parent54dcb2c7e07b0fd2d2c2487b4e9a2707b0dcad7e (diff)
we are a 4.4bsd-style system; correct pathnames
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/mrouted.814
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index 2b2712e3445..5f20ed13cf5 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -95,7 +95,7 @@ events are printed to stderr.
all level 2 messages plus notifications of all packet
arrivals and departures are printed to stderr.
.PP
-Upon startup, mrouted writes its pid to the file /etc/mrouted.pid .
+Upon startup, mrouted writes its pid to the file /var/run/mrouted.pid .
.SH CONFIGURATION
.PP
.I Mrouted
@@ -267,9 +267,9 @@ good-bye messages to all neighboring routers).
.IP TERM
same as INT
.IP USR1
-dumps the internal routing tables to /usr/tmp/mrouted.dump.
+dumps the internal routing tables to /var/tmp/mrouted.dump.
.IP USR2
-dumps the internal cache tables to /usr/tmp/mrouted.cache.
+dumps the internal cache tables to /var/tmp/mrouted.cache.
.IP QUIT
dumps the internal routing tables to stderr (only if
.I mrouted
@@ -277,7 +277,7 @@ was invoked with a non-zero debug level).
.PP
For convenience in sending signals,
.I mrouted
-writes its pid to /etc/mrouted.pid upon startup.
+writes its pid to /var/run/mrouted.pid upon startup.
.bp
.SH EXAMPLE
.PP
@@ -387,11 +387,11 @@ one subnet.
.SH FILES
/etc/mrouted.conf
.br
-/etc/mrouted.pid
+/var/run/mrouted.pid
.br
-/usr/tmp/mrouted.dump
+/var/tmp/mrouted.dump
.br
-/usr/tmp/mrouted.cache
+/var/tmp/mrouted.cache
.SH SEE ALSO
.BR mrinfo (8) ,
.BR mtrace (8) ,