diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-28 10:53:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-28 10:53:16 +0000 |
commit | 8b3ad7a3abd765d3f79179aeeecdb5a442688dd0 (patch) | |
tree | 73fe462d7fed0d9e3a91dc3ab2045092063bb2c9 /sbin/init | |
parent | 76eb09957d45862fcce9c8293d61bff88d518477 (diff) |
use INSECURE for 0; netbsd pr#2717; bouyer@lix.polytechnique.fr
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.8 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 089aa9d7b8c..3750d7fbb63 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.3 1996/08/28 07:21:29 deraadt Exp $ +.\" $OpenBSD: init.8,v 1.4 1996/08/28 10:53:15 deraadt Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -121,11 +121,8 @@ it can be set in the startup script using .Xr sysctl 8 . If it is desired to run the system in level 0 mode while multiuser, -the administrator must build a kernel with the variable -.Nm securelevel -defined in the file -.Pa /sys/arch/compile/MACHINE/param.c -and initialize it to -1. +the administrator must build a kernel with the `option INSECURE' +in the config file. .Pp In multi-user operation, .Nm init |