From 412ed002942f7e3ccccd462d668ad4af45295cb4 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 29 Dec 1996 00:57:18 +0000 Subject: rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmt --- sbin/dump/dump.8 | 2 +- sbin/dump/pathnames.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 3eb067b..7c6e5c2 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -125,7 +125,7 @@ writes to the named file on the remote host using The default path name of the remote .Xr rmt 8 program is -.Pa /etc/rmt ; +.Pa /usr/sbin/rmt ; this can be overridden by the environment variable .Ev RMT . .It Cm d Ar density diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index a9c3f82..1b4ac8b 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -39,4 +39,4 @@ #define _PATH_DTMP "/etc/dtmp" #define _PATH_DUMPDATES "/etc/dumpdates" #define _PATH_LOCK "/tmp/dumplockXXXXXX" -#define _PATH_RMT "/etc/rmt" +#define _PATH_RMT "/usr/sbin/rmt" -- cgit v1.1