home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.in.rtr Thu Sep 17 07:43:15 1992
- --- Makefile.in Thu Sep 17 07:59:53 1992
- ***************
- *** 64,70 ****
- # disable the tar -k option instead of emulating open.
- # -DXENIX If you have sys/inode.h and need it to be included.
-
- ! DEF_AR_FILE = @DEF_AR_FILE@
- DEFBLOCKING = 20
- DEFS = @DEFS@ -DDEF_AR_FILE=\"$(DEF_AR_FILE)\" -DDEFBLOCKING=$(DEFBLOCKING)
-
- --- 64,70 ----
- # disable the tar -k option instead of emulating open.
- # -DXENIX If you have sys/inode.h and need it to be included.
-
- ! DEF_AR_FILE = /dev/fd0
- DEFBLOCKING = 20
- DEFS = @DEFS@ -DDEF_AR_FILE=\"$(DEF_AR_FILE)\" -DDEFBLOCKING=$(DEFBLOCKING)
-
- *** rtapelib.c.rtr Sat Jan 16 14:28:18 1993
- --- rtapelib.c Sat Jan 16 14:41:34 1993
- ***************
- *** 380,385 ****
- --- 380,387 ----
- "/etc/rmt", (char *) 0);
- execl ("/usr/bin/nsh", "nsh", system, "-l", login,
- "/etc/rmt", (char *) 0);
- + execl ("/usr/bin/rcmd", "rcmd", system, "-l", login,
- + "/etc/rmt", (char *) 0);
- }
- else
- {
- ***************
- *** 392,397 ****
- --- 394,401 ----
- execl ("/usr/bsd/rsh", "rsh", system,
- "/etc/rmt", (char *) 0);
- execl ("/usr/bin/nsh", "nsh", system,
- + "/etc/rmt", (char *) 0);
- + execl ("/usr/bin/rcmd", "rcmd", system,
- "/etc/rmt", (char *) 0);
- }
-
- --- rmt.c.orig Fri Sep 18 14:45:31 1992
- +++ rmt.c Sat Apr 10 07:56:01 1993
- @@ -31,8 +31,10 @@
- #ifdef HAVE_SYS_GENTAPE_H /* e.g., ISC UNIX */
- #include <sys/gentape.h>
- #else
- +#ifndef M_UNIX
- #include <sys/mtio.h>
- #endif
- +#endif
- #include <errno.h>
-
- #if defined (_I386) && defined (_AIX)
- --- configure.rtr Wed Feb 3 15:43:37 1993
- +++ configure Sat Apr 10 08:11:48 1993
- @@ -771,7 +771,7 @@
- done
-
- trap 'rm -f Makefile; exit 1' 1 3 15
- -PROGS='$PROGS'
- +PROGS="$PROGS rmt"
- CC='$CC'
- CPP='$CPP'
- INSTALL='$INSTALL'
-