mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Default device not longer uses the "r" raw prefix.
This commit is contained in:
parent
07b0cf9a50
commit
8e7237d599
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59649
@ -225,7 +225,7 @@ union mterrstat {
|
||||
#define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t)
|
||||
|
||||
#ifndef _KERNEL
|
||||
#define DEFTAPE "/dev/nrsa0"
|
||||
#define DEFTAPE "/dev/nsa0"
|
||||
#endif
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
@ -224,7 +224,7 @@ If a tape name is not specified, and the environment variable
|
||||
does not exist;
|
||||
.Nm
|
||||
uses the device
|
||||
.Pa /dev/nrsa0 .
|
||||
.Pa /dev/nsa0 .
|
||||
.Pp
|
||||
.Nm Mt
|
||||
returns a 0 exit status when the operation(s) were successful,
|
||||
|
Loading…
Reference in New Issue
Block a user