diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-05 13:32:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-05 13:32:46 +0000 |
commit | 43a1678a58050f1b0318dbf6a2ae5ae3791ba84f (patch) | |
tree | 24c23e796d2847dc32c8c1c3fd816d159a913b67 | |
parent | e2adfe4bd7570a78d9c174306e9d0a98f54f5aca (diff) |
scsi subsystem requires write access for SCIOSCMD
-rw-r--r-- | sbin/scsi/scsi.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index 79fc38714ee..1ee984781cb 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.8,v 1.1 1996/06/12 11:21:42 deraadt Exp $ +.\" $OpenBSD: scsi.8,v 1.2 1996/08/05 13:32:45 deraadt Exp $ .\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $ .\" .\" Written By Julian ELischer @@ -235,10 +235,8 @@ to come on line to 8 times during reprobe to different logical units. The "-i" option to do an inquiry went away in 2.1. The new facilities provided by "-c" supercede that. .Pp -Check your permissions carefully. -"scsi -f /dev/rsd0c -c "4 0 0 0 0 0" permits anyone who can open -/dev/rsd0c to format the disk drive. This must be changed to -at least require write access to the drive. +"scsi -f /dev/rsd0c -c "4 0 0 0 0 0" permits anyone who can write to +/dev/rsd0c to format the disk drive. .Sh HISTORY The .Nm scsi |