2009-10-19 15:03:42 +02:00
|
|
|
--- lib/rtapelib.c
|
|
|
|
+++ lib/rtapelib.c 2005/04/25 12:16:06
|
2006-12-19 00:15:29 +01:00
|
|
|
@@ -17,7 +17,7 @@
|
|
|
|
along with this program; if not, write to the Free Software Foundation,
|
2009-10-19 15:03:42 +02:00
|
|
|
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
2006-12-19 00:15:29 +01:00
|
|
|
|
|
|
|
-/* 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
|
2009-10-19 15:03:42 +02:00
|
|
|
@@ -265,7 +265,7 @@
|
2006-12-19 00:15:29 +01:00
|
|
|
|
|
|
|
#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.
|
|
|
|
|