From 23c0dfac90b2ba18799e6bd7ba89e47bc9521800 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 18 Nov 1995 18:00:43 +0000 Subject: Andreas Klemm's patch set for dump(8), with some minor (cosmetic) changes and one addition by me. . Use reasonable defaults for the tape drive (/dev/rst0) instead of something we actually don't have. . Add a summary line displaying the alapsed time and the total throughput. . Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this is the historical protocol, and relying on the $PATH causes a big pain. Make it adjustable via an environmental variable though. Reviewed by: joerg (for Andreas' part) Submitted by: andreas@knobel.gun.de (Andreas Klemm) --- sbin/dump/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/dump/pathnames.h') diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index e4dff53..a9c3f82 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -35,8 +35,8 @@ #include -#define _PATH_DEFTAPE "/dev/rmt8" +#define _PATH_DEFTAPE "/dev/rst0" #define _PATH_DTMP "/etc/dtmp" #define _PATH_DUMPDATES "/etc/dumpdates" #define _PATH_LOCK "/tmp/dumplockXXXXXX" -#define _PATH_RMT "rmt" +#define _PATH_RMT "/etc/rmt" -- cgit v1.1