home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TAR / I386 / TAR. next >
Encoding:
Text File  |  1998-07-24  |  1.8 KB  |  68 lines

  1. *** Makefile.in.rtr    Thu Sep 17 07:43:15 1992
  2. --- Makefile.in    Thu Sep 17 07:59:53 1992
  3. ***************
  4. *** 64,70 ****
  5.   #            disable the tar -k option instead of emulating open.
  6.   # -DXENIX        If you have sys/inode.h and need it to be included.
  7.   
  8. ! DEF_AR_FILE = @DEF_AR_FILE@
  9.   DEFBLOCKING = 20
  10.   DEFS = @DEFS@ -DDEF_AR_FILE=\"$(DEF_AR_FILE)\" -DDEFBLOCKING=$(DEFBLOCKING)
  11.   
  12. --- 64,70 ----
  13.   #            disable the tar -k option instead of emulating open.
  14.   # -DXENIX        If you have sys/inode.h and need it to be included.
  15.   
  16. ! DEF_AR_FILE = /dev/fd0
  17.   DEFBLOCKING = 20
  18.   DEFS = @DEFS@ -DDEF_AR_FILE=\"$(DEF_AR_FILE)\" -DDEFBLOCKING=$(DEFBLOCKING)
  19.   
  20. *** rtapelib.c.rtr    Sat Jan 16 14:28:18 1993
  21. --- rtapelib.c    Sat Jan 16 14:41:34 1993
  22. ***************
  23. *** 380,385 ****
  24. --- 380,387 ----
  25.            "/etc/rmt", (char *) 0);
  26.         execl ("/usr/bin/nsh", "nsh", system, "-l", login,
  27.            "/etc/rmt", (char *) 0);
  28. +       execl ("/usr/bin/rcmd", "rcmd", system, "-l", login,
  29. +          "/etc/rmt", (char *) 0);
  30.       }
  31.         else
  32.       {
  33. ***************
  34. *** 392,397 ****
  35. --- 394,401 ----
  36.         execl ("/usr/bsd/rsh", "rsh", system,
  37.            "/etc/rmt", (char *) 0);
  38.         execl ("/usr/bin/nsh", "nsh", system,
  39. +          "/etc/rmt", (char *) 0);
  40. +       execl ("/usr/bin/rcmd", "rcmd", system,
  41.            "/etc/rmt", (char *) 0);
  42.       }
  43.   
  44. --- rmt.c.orig    Fri Sep 18 14:45:31 1992
  45. +++ rmt.c    Sat Apr 10 07:56:01 1993
  46. @@ -31,8 +31,10 @@
  47.  #ifdef HAVE_SYS_GENTAPE_H    /* e.g., ISC UNIX */
  48.  #include <sys/gentape.h>
  49.  #else
  50. +#ifndef M_UNIX
  51.  #include <sys/mtio.h>
  52.  #endif
  53. +#endif
  54.  #include <errno.h>
  55.  
  56.  #if defined (_I386) && defined (_AIX)
  57. --- configure.rtr    Wed Feb  3 15:43:37 1993
  58. +++ configure    Sat Apr 10 08:11:48 1993
  59. @@ -771,7 +771,7 @@
  60.  done
  61.  
  62.  trap 'rm -f Makefile; exit 1' 1 3 15
  63. -PROGS='$PROGS'
  64. +PROGS="$PROGS rmt"
  65.  CC='$CC'
  66.  CPP='$CPP'
  67.  INSTALL='$INSTALL'
  68.