rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmt
This commit is contained in:
parent
a464c111dd
commit
814275d051
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user