diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-08 09:04:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-08 09:04:40 +0000 |
| commit | 8454c72c24f59ba3604b2f55decaa506bb1df6dd (patch) | |
| tree | 4379942f69dc43d534e5f548bc327b0001e26033 /sbin/dump | |
| parent | 81ddd8285354db9e6e5b44fa7545cdc168a2eb83 (diff) | |
Notes
Diffstat (limited to 'sbin/dump')
| -rw-r--r-- | sbin/dump/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index 5a4448bfe16f..10defb2a213c 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -31,11 +31,12 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 + * $FreeBSD$ */ #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" |
