Turn System V command line syntax ``on'' by default.

Requested by:		peter
Reviewed by:		des, billf
This commit is contained in:
Ruslan Ermilov 1999-07-01 13:33:56 +00:00
parent 8180de4a33
commit 5d94d8b6a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48395
2 changed files with 4 additions and 12 deletions

View file

@ -1,14 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $Id: Makefile,v 1.15 1998/01/20 10:39:56 bde Exp $
# $Id: Makefile,v 1.16 1999/06/18 09:08:06 ru Exp $
PROG= init
MAN8= init.8
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
# Uncomment the following line to activate System V compatibility mode
#CFLAGS+=-DCOMPAT_SYSV_INIT
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des

View file

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)init.8 8.3 (Berkeley) 4/18/94
.\" $Id: init.8,v 1.14 1999/06/16 20:01:18 ru Exp $
.\" $Id: init.8,v 1.15 1999/06/18 09:08:08 ru Exp $
.\"
.Dd April 18, 1994
.Dt INIT 8
@ -287,12 +287,7 @@ If, at bootstrap time, the
process cannot be located, the system will panic with the message
.Dq "panic: init died (signal %d, exit %d)" .
.Pp
The second synopsis form is only available if
.Nm
was compiled with the
.Em COMPAT_SYSV_INIT
option.
In this case,
If run as a user process as shown in the second synopsis line,
.Nm
will emulate
.At V