21 lines
913 B
Diff
21 lines
913 B
Diff
--- lib/rtapelib.c
|
|
+++ lib/rtapelib.c 2005/04/25 12:16:06
|
|
@@ -17,7 +17,7 @@
|
|
along with this program; if not, write to the Free Software Foundation,
|
|
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|
|
|
-/* The man page rmt(8) for /etc/rmt documents the remote mag tape protocol
|
|
+/* The man page rmt(8) for /sbin/rmt documents the remote mag tape protocol
|
|
which rdump and rrestore use. Unfortunately, the man page is *WRONG*.
|
|
The author of the routines I'm including originally wrote his code just
|
|
based on the man page, and it didn't work, so he went to the rdump source
|
|
@@ -265,7 +265,7 @@
|
|
|
|
#if WITH_REXEC
|
|
|
|
-/* Execute /etc/rmt as user USER on remote system HOST using rexec.
|
|
+/* Execute /sbin/rmt as user USER on remote system HOST using rexec.
|
|
Return a file descriptor of a bidirectional socket for stdin and
|
|
stdout. If USER is zero, use the current username.
|
|
|