mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Minor nit: this tar(1) replacement still used /dev/rst0 as its default
device.
This commit is contained in:
parent
7c14268dbd
commit
d166185f0d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60712
@ -35,7 +35,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
archive=${TAPE:-/dev/rst0}
|
||||
archive=${TAPE:-/dev/rsa0}
|
||||
blocksize="20"
|
||||
device=""
|
||||
mode="none"
|
||||
|
Loading…
Reference in New Issue
Block a user