FreeBSD Bugzilla – Attachment 13431 Details for
Bug 25574
dump/restore: /dev/rsa -> /dev/sa
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.46 KB, created by
Christian Weisgerber
on 2001-03-06 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2001-03-06 21:10:01 UTC
Size:
2.46 KB
patch
obsolete
>Index: dump/dump.8 >=================================================================== >RCS file: /home/ncvs/src/sbin/dump/dump.8,v >retrieving revision 1.32 >diff -u -r1.32 dump.8 >--- dump/dump.8 2001/03/03 11:35:50 1.32 >+++ dump/dump.8 2001/03/06 17:33:57 >@@ -139,7 +139,7 @@ > .Ar file > may be a special device file > like >-.Pa /dev/rsa0 >+.Pa /dev/sa0 > (a tape drive), > .Pa /dev/fd1 > (a floppy disk drive), >@@ -317,7 +317,7 @@ > .It > Always start with a level 0 backup, for example: > .Bd -literal -offset indent >-/sbin/dump -0u -f /dev/nrsa0 /usr/src >+/sbin/dump -0u -f /dev/nsa0 /usr/src > .Ed > .Pp > This should be done at set intervals, say once a month or once every two months, >@@ -349,7 +349,7 @@ > program. > .Sh FILES > .Bl -tag -width /etc/dumpdates -compact >-.It Pa /dev/rsa0 >+.It Pa /dev/sa0 > default tape unit to dump to > .It Pa /etc/dumpdates > dump date records >Index: dump/pathnames.h >=================================================================== >RCS file: /home/ncvs/src/sbin/dump/pathnames.h,v >retrieving revision 1.5 >diff -u -r1.5 pathnames.h >--- dump/pathnames.h 1998/09/22 10:05:17 1.5 >+++ dump/pathnames.h 2001/03/06 17:35:25 >@@ -35,7 +35,7 @@ > > #include <paths.h> > >-#define _PATH_DEFTAPE "/dev/rsa0" >+#define _PATH_DEFTAPE "/dev/sa0" > #define _PATH_DTMP "/etc/dtmp" > #define _PATH_DUMPDATES "/etc/dumpdates" > #define _PATH_LOCK "/tmp/dumplockXXXXXX" >Index: restore/pathnames.h >=================================================================== >RCS file: /home/ncvs/src/sbin/restore/pathnames.h,v >retrieving revision 1.3 >diff -u -r1.3 pathnames.h >--- restore/pathnames.h 1998/09/22 10:05:26 1.3 >+++ restore/pathnames.h 2001/03/06 20:27:56 >@@ -40,4 +40,4 @@ > > #include <paths.h> > >-#define _PATH_DEFTAPE "/dev/rsa0" >+#define _PATH_DEFTAPE "/dev/sa0" >Index: restore/restore.8 >=================================================================== >RCS file: /home/ncvs/src/sbin/restore/restore.8,v >retrieving revision 1.27 >diff -u -r1.27 restore.8 >--- restore/restore.8 2001/02/13 09:52:50 1.27 >+++ restore/restore.8 2001/03/06 20:27:45 >@@ -204,7 +204,7 @@ > mount /dev/da0s1a /mnt > cd /mnt > >-restore rf /dev/rsa0 >+restore rf /dev/sa0 > .Ed > .Pp > Note that >@@ -280,7 +280,7 @@ > .Ar file > may be a special device file > like >-.Pa /dev/rsa0 >+.Pa /dev/sa0 > (a tape drive), > .Pa /dev/da1c > (a disk drive), >@@ -413,7 +413,7 @@ > .El > .Sh FILES > .Bl -tag -width "./restoresymtable" -compact >-.It Pa /dev/rsa0 >+.It Pa /dev/sa0 > the default tape drive > .It Pa /tmp/rstdir* > file containing directories on the tape.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25574
: 13431