From: deraadt Date: Fri, 4 Apr 1997 02:02:58 +0000 (+0000) Subject: we are a 4.4bsd-style system; correct pathnames X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e28fc8e52cd9fbb217b40854399c1d102921fb52;p=openbsd we are a 4.4bsd-style system; correct pathnames --- 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) ,