summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-08-17 15:28:37 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-08-17 15:28:37 +0000
commita5bdafd3e77273d8bbb56ae6eabd33da49eac255 (patch)
treeccfe0f74544ff1736b519ed0e786acf264c4e791 /usr.sbin
parentc689c80c4131c88de3afb296a561d2ce573f0eee (diff)
openbsd rcsdids
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/chroot/chroot.84
-rw-r--r--usr.sbin/chroot/chroot.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8
index 4e59eeb66fd..061ccfa8638 100644
--- a/usr.sbin/chroot/chroot.8
+++ b/usr.sbin/chroot/chroot.8
@@ -1,3 +1,5 @@
+.\" $OpenBSD: chroot.8,v 1.4 2000/08/17 15:28:36 mickey Exp $
+.\"
.\" Copyright (c) 1988, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)chroot.8 5.3 (Berkeley) 3/16/91
-.\" $Id: chroot.8,v 1.3 1999/05/23 14:11:32 aaron Exp $
+.\" $Id: chroot.8,v 1.4 2000/08/17 15:28:36 mickey Exp $
.\"
.Dd March 16, 1991
.Dt CHROOT 8
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c
index cd9925f09bc..3c82b505411 100644
--- a/usr.sbin/chroot/chroot.c
+++ b/usr.sbin/chroot/chroot.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: chroot.c,v 1.3 2000/08/17 15:28:36 mickey Exp $ */
+
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@@ -39,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)chroot.c 5.8 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: chroot.c,v 1.2 1996/08/29 03:32:50 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: chroot.c,v 1.3 2000/08/17 15:28:36 mickey Exp $";
#endif /* not lint */
#include <stdio.h>