summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-02-22 08:38:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-02-22 08:38:11 +0000
commit0a76d471c33885769cf2843dfe89081176f65fad (patch)
treec9371e28a970254e7660bf3fa9966920cfcc62df /sbin
parent5ca266fedb6fc7e30c563dbafff344ad0e153653 (diff)
Update to lite2 -- man page is the only thing that changed.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/init/Makefile4
-rw-r--r--sbin/init/init.c6
-rw-r--r--sbin/init/pathnames.h3
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 <paths.h>
-#define _PATH_SLOGGER "/sbin/session_logger"
#define _PATH_RUNCOM "/etc/rc"