diff options
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparamd.c | 4 | ||||
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 4 | ||||
-rw-r--r-- | usr.sbin/rpc.bootparamd/pathnames.h | 4 | ||||
-rw-r--r-- | usr.sbin/rpc.bootparamd/rpc.bootparamd.8 | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparamd.c b/usr.sbin/rpc.bootparamd/bootparamd.c index abec2474ba5..21548a365d5 100644 --- a/usr.sbin/rpc.bootparamd/bootparamd.c +++ b/usr.sbin/rpc.bootparamd/bootparamd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bootparamd.c,v 1.8 1998/05/03 05:02:09 gene Exp $ */ + /* * This code is not copyright, and is placed in the public domain. * Feel free to use and modify. Please send modifications and/or @@ -5,8 +7,6 @@ * * Various small changes by Theo de Raadt <deraadt@fsa.ca> * Parser rewritten (adding YP support) by Roland McGrath <roland@frob.com> - * - * $Id: bootparamd.c,v 1.7 1997/06/23 09:31:08 deraadt Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5 index 4a0d4a30e0c..5a4d49a2d02 100644 --- a/usr.sbin/rpc.bootparamd/bootparams.5 +++ b/usr.sbin/rpc.bootparamd/bootparams.5 @@ -1,3 +1,5 @@ +.\" $OpenBSD: bootparams.5,v 1.5 1998/05/03 05:02:10 gene Exp $ + .\" .\" Copyright (c) 1994 Gordon W. Ross .\" All rights reserved. @@ -24,8 +26,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: bootparams.5,v 1.4 1996/06/18 17:49:26 deraadt Exp $ -.\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 .Os diff --git a/usr.sbin/rpc.bootparamd/pathnames.h b/usr.sbin/rpc.bootparamd/pathnames.h index f8048ead3a1..560952c2f29 100644 --- a/usr.sbin/rpc.bootparamd/pathnames.h +++ b/usr.sbin/rpc.bootparamd/pathnames.h @@ -1,8 +1,8 @@ +/* $OpenBSD: pathnames.h,v 1.2 1998/05/03 05:02:12 gene Exp $ */ + /* * Written Roland McGrath <roland@frob.com> 10/15/93. * Public domain. - * - * $Id: pathnames.h,v 1.1 1995/10/18 08:48:05 deraadt Exp $ */ #include <paths.h> diff --git a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 index 520288baa87..35f8e50e4bd 100644 --- a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 +++ b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 @@ -1,4 +1,4 @@ -.\" $Id: rpc.bootparamd.8,v 1.6 1998/05/03 03:12:26 gene Exp $ +.\" $OpenBSD: rpc.bootparamd.8,v 1.7 1998/05/03 05:02:13 gene Exp $ .\" @(#)bootparamd.8 .Dd Jan 8, 1994 .Dt BOOTPARAMD 8 |