Module Name:    src
Committed By:   christos
Date:           Thu Aug 17 07:45:24 UTC 2017

Modified Files:
        src/usr.sbin/rpcbind: rpcbind.8

Log Message:
fix path to the warmstart file.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/rpcbind/rpcbind.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/rpcbind/rpcbind.8
diff -u src/usr.sbin/rpcbind/rpcbind.8:1.14 src/usr.sbin/rpcbind/rpcbind.8:1.15
--- src/usr.sbin/rpcbind/rpcbind.8:1.14	Wed Aug 16 14:23:03 2017
+++ src/usr.sbin/rpcbind/rpcbind.8	Thu Aug 17 03:45:24 2017
@@ -1,9 +1,9 @@
-.\" $NetBSD: rpcbind.8,v 1.14 2017/08/16 18:23:03 wiz Exp $
+.\" $NetBSD: rpcbind.8,v 1.15 2017/08/17 07:45:24 christos Exp $
 .\" @(#)rpcbind.1m 1.19 92/09/14 SMI; from SVr4
 .\" Copyright 1989 AT&T
 .\" Copyright 1991 Sun Microsystems, Inc.
 .\" $FreeBSD: head/usr.sbin/rpcbind/rpcbind.8 317163 2017-04-19 20:23:27Z ngie $
-.Dd August 16, 2017
+.Dd August 17, 2017
 .Dt RPCBIND 8
 .Os
 .Sh NAME
@@ -152,9 +152,9 @@ All RPC servers must be restarted if
 is restarted.
 .Sh FILES
 .Bl -tag -width "/var/run/rpcbind.sock" -compact
-.It Pa /tmp/portmap.file
+.It Pa /var/run/portmap.file
 saved portmap registrations file.
-.It Pa /tmp/rpcbind.file
+.It Pa /var/run/rpcbind.file
 saved
 .Nm
 registrations file.

Reply via email to