From 1d9d2434b5032a32442270748b953f55b62422bd Mon Sep 17 00:00:00 2001 From: millert Date: Sat, 22 Feb 1997 08:38:09 +0000 Subject: [PATCH] Update to lite2 -- man page is the only thing that changed. --- sbin/init/Makefile | 4 +--- sbin/init/init.c | 6 +++--- sbin/init/pathnames.h | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 4bf91aafcf8..bec8d9e2bc2 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 1996/09/16 10:51:31 downsj Exp $ +# $OpenBSD: Makefile,v 1.5 1997/02/22 08:38:09 millert Exp $ STATIC= -static PROG= init MAN= init.8 -#DPADD= ${LIBUTIL} ${LIBCRYPT} DPADD= ${LIBUTIL} -#LDADD= -lutil -lcrypt LDADD= -lutil BINMODE=500 INSTALLFLAGS=-fschg diff --git a/sbin/init/init.c b/sbin/init/init.c index c620a9074b3..c99dade77b2 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.7 1996/07/31 18:29:38 deraadt Exp $ */ +/* $OpenBSD: init.c,v 1.8 1997/02/22 08:38:10 millert Exp $ */ /* $NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $ */ /*- @@ -45,9 +45,9 @@ static char copyright[] = #ifndef lint #if 0 -static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; +static char sccsid[] = "@(#)init.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: init.c,v 1.7 1996/07/31 18:29:38 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: init.c,v 1.8 1997/02/22 08:38:10 millert Exp $"; #endif #endif /* not lint */ diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index 63322e38f32..01e6dbc9cee 100644 --- a/sbin/init/pathnames.h +++ b/sbin/init/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:30:51 deraadt Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1997/02/22 08:38:10 millert Exp $ */ /* $NetBSD: pathnames.h,v 1.5 1995/03/18 14:56:35 cgd Exp $ */ /*- @@ -41,5 +41,4 @@ #include -#define _PATH_SLOGGER "/sbin/session_logger" #define _PATH_RUNCOM "/etc/rc" -- 2.20.1