summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-10-28 10:02:59 +0000
committerjmc <jmc@openbsd.org>2015-10-28 10:02:59 +0000
commit8fc426642614cb1b952a943be21bddf05d450176 (patch)
tree9a6b42b401b7614650d0bdd7ce9acfa31a79f12c /usr.sbin
parentLike options, move the environ struct into environ.c. (diff)
downloadwireguard-openbsd-8fc426642614cb1b952a943be21bddf05d450176.tar.xz
wireguard-openbsd-8fc426642614cb1b952a943be21bddf05d450176.zip
pid removal; from jan stary
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mrouted/mrouted.811
-rw-r--r--usr.sbin/pppd/pppd.812
-rw-r--r--usr.sbin/rarpd/rarpd.811
-rw-r--r--usr.sbin/rbootd/rbootd.86
-rw-r--r--usr.sbin/ypserv/ypserv/ypserv.88
5 files changed, 12 insertions, 36 deletions
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index a0643f36add..8c6e0c2d671 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,11 +1,11 @@
-.\" $OpenBSD: mrouted.8,v 1.25 2014/09/08 01:27:55 schwarze Exp $
+.\" $OpenBSD: mrouted.8,v 1.26 2015/10/28 10:02:59 jmc Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
.\" the terms and conditions listed in that file.
.\"
.\" The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
.\" Leland Stanford Junior University.
-.Dd $Mdocdate: September 8 2014 $
+.Dd $Mdocdate: October 28 2015 $
.Dt MROUTED 8
.Os
.Sh NAME
@@ -344,18 +344,11 @@ Dumps the internal routing tables to stderr (only if
.Nm
was invoked with a non-zero debug level).
.El
-.Pp
-For convenience in sending signals,
-.Nm
-writes its process ID to
-.Pa /var/run/mrouted.pid
-upon startup.
.Sh FILES
.Bl -tag -width /var/tmp/mrouted.cache -compact
.It Pa /etc/mrouted.conf
.It Pa /var/tmp/mrouted.cache
.It Pa /var/tmp/mrouted.dump
-.It Pa /var/run/mrouted.pid
.El
.Sh EXAMPLES
The routing tables look like this:
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8
index bc358980879..5fba6f1714d 100644
--- a/usr.sbin/pppd/pppd.8
+++ b/usr.sbin/pppd/pppd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppd.8,v 1.45 2015/09/14 20:06:59 schwarze Exp $
+.\" $OpenBSD: pppd.8,v 1.46 2015/10/28 10:02:59 jmc Exp $
.\" Id: pppd.8,v 1.27 1998/03/31 04:31:08 paulus Exp $
.\"
.\" Copyright (c) 1993-2003 Paul Mackerras <paulus@samba.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 14 2015 $
+.Dd $Mdocdate: October 28 2015 $
.Dt PPPD 8
.Os
.Sh NAME
@@ -1241,14 +1241,6 @@ script.
.El
.Sh FILES
.Bl -tag -width Ds
-.It Pa /var/run/ppp Ns Ar n Ns .pid
-.\" (BSD or Linux),
-.\" /etc/ppp/ppp Ns Ar n Ns .pid
-.\" (others)
-Process-ID for
-.Nm
-process on PPP interface unit
-.Ar n .
.It Pa /etc/ppp/pap-secrets
Usernames, passwords and IP addresses for PAP authentication.
This file should be owned by root and not readable or writable by any other
diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8
index 70a3e8741be..7ff12e7ebfe 100644
--- a/usr.sbin/rarpd/rarpd.8
+++ b/usr.sbin/rarpd/rarpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rarpd.8,v 1.20 2014/09/08 01:27:55 schwarze Exp $
+.\" $OpenBSD: rarpd.8,v 1.21 2015/10/28 10:02:59 jmc Exp $
.\" $NetBSD: rarpd.8,v 1.7 1998/04/15 15:06:06 mrg Exp $
.\"
.\" Copyright (c) 1988-1990 The Regents of the University of California.
@@ -19,9 +19,9 @@
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-.\" @(#) $Id: rarpd.8,v 1.20 2014/09/08 01:27:55 schwarze Exp $
+.\" @(#) $Id: rarpd.8,v 1.21 2015/10/28 10:02:59 jmc Exp $
.\"
-.Dd $Mdocdate: September 8 2014 $
+.Dd $Mdocdate: October 28 2015 $
.Dt RARPD 8
.Os
.Sh NAME
@@ -82,14 +82,11 @@ is the target IP address expressed in uppercase hexadecimal
(only the first 8 characters of filenames are checked).
.El
.Sh FILES
-.Bl -tag -width "/var/run/rarpd.pidXXX" -compact
+.Bl -tag -width /etc/ethers -compact
.It Pa /etc/ethers
Ethernet host name database.
.It Pa /etc/hosts
Host name database.
-.It Pa /var/run/rarpd.pid
-Process ID of
-.Nm .
.\" .It Pa /tftpboot
.El
.Sh SEE ALSO
diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8
index e30b0859f40..011959337af 100644
--- a/usr.sbin/rbootd/rbootd.8
+++ b/usr.sbin/rbootd/rbootd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rbootd.8,v 1.14 2014/11/15 14:41:03 bentley Exp $
+.\" $OpenBSD: rbootd.8,v 1.15 2015/10/28 10:02:59 jmc Exp $
.\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $
.\"
.\" Copyright (c) 1988, 1992 The University of Utah and the Center
@@ -41,7 +41,7 @@
.\" Utah Hdr: rbootd.man 3.1 92/07/06
.\" Author: Jeff Forys, University of Utah CSS
.\"
-.Dd $Mdocdate: November 15 2014 $
+.Dd $Mdocdate: October 28 2015 $
.Dt RBOOTD 8
.Os
.Sh NAME
@@ -143,8 +143,6 @@ configuration file
debug output
.It Pa /usr/mdec/rbootd
directory containing boot files
-.It Pa /var/run/rbootd.pid
-process ID
.El
.Sh SEE ALSO
.Xr kill 1 ,
diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8
index f957e9d9343..d9d4671e738 100644
--- a/usr.sbin/ypserv/ypserv/ypserv.8
+++ b/usr.sbin/ypserv/ypserv/ypserv.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypserv.8,v 1.27 2013/07/16 11:13:34 schwarze Exp $
+.\" $OpenBSD: ypserv.8,v 1.28 2015/10/28 10:02:59 jmc Exp $
.\"
.\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: October 28 2015 $
.Dt YPSERV 8
.Os
.Sh NAME
@@ -98,9 +98,6 @@ map files and the
or
.Xr securenet 5
configuration file.
-The process ID
-can be found in the file
-.Pa /var/run/ypserv.pid .
.Pp
The options are as follows:
.Bl -tag -width Ds
@@ -136,7 +133,6 @@ or
.Bl -tag -width /var/yp/ypserv.log -compact
.It Pa /var/yp/ypserv.log
.It Pa /var/yp/securenet
-.It Pa /var/run/ypserv.pid
.El
.Sh SEE ALSO
.Xr securenet 5 ,