mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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:
parent
6b27324a93
commit
4cbb75f40e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21021
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user