summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
committerobrien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
commit84709752a1c6fac263e353b6ab0ea5c6c0940e7f (patch)
treefe78188dc365290b5e94e8de5ea6917dd7738dab /sbin/dump
parent3fd8acfffe7e53209830a56f5fe8d05b422a36ec (diff)
downloadFreeBSD-src-84709752a1c6fac263e353b6ab0ea5c6c0940e7f.zip
FreeBSD-src-84709752a1c6fac263e353b6ab0ea5c6c0940e7f.tar.gz
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
and remove leading `r'(aw) from it.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/pathnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h
index 5a4448b..10defb2 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"
OpenPOWER on IntegriCloud