rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmt

This commit is contained in:
David E. O'Brien 1996-12-29 00:57:18 +00:00
parent b7b2aac2b6
commit cbb90fdbbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20996
2 changed files with 2 additions and 2 deletions

View File

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

View File

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