Minor nit: this tar(1) replacement still used /dev/rst0 as its default

device.
This commit is contained in:
Joerg Wunsch 2000-05-19 16:02:54 +00:00
parent 7c14268dbd
commit d166185f0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60712

View File

@ -35,7 +35,7 @@
# $FreeBSD$
#
archive=${TAPE:-/dev/rst0}
archive=${TAPE:-/dev/rsa0}
blocksize="20"
device=""
mode="none"