Backing out my change of /etc/rmt -> /usr/sbin/rmt.

Added comments in both files stateing why /etc/rmt is correct so someone
else wont do the same thing again.

Suggested by:	Warner Losh & Ollivier
This commit is contained in:
David E. O'Brien 1996-12-29 11:48:45 +00:00
parent 6b27324a93
commit 4cbb75f40e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21021
2 changed files with 3 additions and 2 deletions

View File

@ -125,7 +125,8 @@ writes to the named file on the remote host using
The default path name of the remote
.Xr rmt 8
program is
.Pa /usr/sbin/rmt ;
.\" rmt path, is the path on the remote host
.Pa /etc/rmt ;
this can be overridden by the environment variable
.Ev RMT .
.It Cm d Ar density

View File

@ -39,4 +39,4 @@
#define _PATH_DTMP "/etc/dtmp"
#define _PATH_DUMPDATES "/etc/dumpdates"
#define _PATH_LOCK "/tmp/dumplockXXXXXX"
#define _PATH_RMT "/usr/sbin/rmt"
#define _PATH_RMT "/etc/rmt" /* path on remote host */