From 4a73c49a6d7b9db286a153282206fbcfbb7aeb6e Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Tue, 22 Sep 1998 10:05:27 +0000 Subject: [PATCH] Change rst0 into rsa0. --- sbin/dump/dump.8 | 8 ++++---- sbin/dump/pathnames.h | 2 +- sbin/restore/pathnames.h | 2 +- sbin/restore/restore.8 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 617712f6c657..d0b517ea9653 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 -.\" $Id: dump.8,v 1.20 1998/05/10 16:35:31 steve Exp $ +.\" $Id: dump.8,v 1.21 1998/06/15 06:58:09 charnier Exp $ .\" .Dd May 1, 1995 .Dt DUMP 8 @@ -137,7 +137,7 @@ Write the backup to .Ar file may be a special device file like -.Pa /dev/rst0 +.Pa /dev/rsa0 (a tape drive), .Pa /dev/rfd1 (a floppy disk drive), @@ -300,7 +300,7 @@ to minimize the number of tapes follows: .It Always start with a level 0 backup, for example: .Bd -literal -offset indent -/sbin/dump -0u -f /dev/nrst0 /usr/src +/sbin/dump -0u -f /dev/nrsa0 /usr/src .Ed .Pp This should be done at set intervals, say once a month or once every two months, @@ -332,7 +332,7 @@ will be used to determine the pathname of the remote program. .Sh FILES .Bl -tag -width /etc/dumpdates -compact -.It Pa /dev/rst0 +.It Pa /dev/rsa0 default tape unit to dump to .It Pa /etc/dumpdates dump date records diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index 65f6b1901473..5a4448bfe16f 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -35,7 +35,7 @@ #include -#define _PATH_DEFTAPE "/dev/rst0" +#define _PATH_DEFTAPE "/dev/rsa0" #define _PATH_DTMP "/etc/dtmp" #define _PATH_DUMPDATES "/etc/dumpdates" #define _PATH_LOCK "/tmp/dumplockXXXXXX" diff --git a/sbin/restore/pathnames.h b/sbin/restore/pathnames.h index f86f3496530f..37da0753d4f2 100644 --- a/sbin/restore/pathnames.h +++ b/sbin/restore/pathnames.h @@ -40,4 +40,4 @@ #include -#define _PATH_DEFTAPE "/dev/rst0" +#define _PATH_DEFTAPE "/dev/rsa0" diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index cb8264db8a34..2bf072205862 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)restore.8 8.4 (Berkeley) 5/1/95 -.\" $Id: restore.8,v 1.12 1998/05/09 05:22:56 jkh Exp $ +.\" $Id: restore.8,v 1.13 1998/07/28 06:20:11 charnier Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 @@ -407,7 +407,7 @@ This message lists the number of blocks that were skipped over. .El .Sh FILES .Bl -tag -width "./restoresymtable" -compact -.It Pa /dev/rst0 +.It Pa /dev/rsa0 the default tape drive .It Pa /tmp/rstdir* file containing directories on the tape.