summaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit2e61cbb7f50878e738849ea4384118c13733f09c (patch)
treee87cf98a8f654158f3ba922ed4d31607b79c4944 /sbin/init
parent76b5366091f76c9bc73570149ef5055648fc2c39 (diff)
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile2
-rw-r--r--sbin/init/init.82
-rw-r--r--sbin/init/init.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index de20c832a73c..9a988bdd4298 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.14 1997/08/18 03:32:09 davidn Exp $
+# $Id: Makefile,v 1.15 1998/01/20 10:39:56 bde Exp $
PROG= init
MAN8= init.8
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 7ce1cee83b4a..5dd19a89296d 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)init.8 8.3 (Berkeley) 4/18/94
-.\" $Id: init.8,v 1.11 1998/06/19 08:34:52 jkoshy Exp $
+.\" $Id: init.8,v 1.12 1998/07/06 06:56:07 charnier Exp $
.\"
.Dd April 18, 1994
.Dt INIT 8
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 6ed059fa93e5..baf639f196c3 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93";
#endif
static const char rcsid[] =
- "$Id: init.c,v 1.30 1998/07/06 06:56:08 charnier Exp $";
+ "$Id: init.c,v 1.31 1998/07/22 05:45:11 phk Exp $";
#endif /* not lint */
#include <sys/param.h>