we are a 4.4bsd-style system; correct pathnames
authorderaadt <deraadt@openbsd.org>
Fri, 4 Apr 1997 02:02:58 +0000 (02:02 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 4 Apr 1997 02:02:58 +0000 (02:02 +0000)
usr.sbin/mrouted/mrouted.8

index 2b2712e..5f20ed1 100644 (file)
@@ -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) ,