home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / misc / 2842 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  3.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!linac!unixhub!ditka!royko!mcdchg!heiby
  2. From: heiby@chg.mcd.mot.com (Ron Heiby)
  3. Newsgroups: comp.mail.misc
  4. Subject: Re: Installing smail3.1.26 on SVR4
  5. Keywords: mailsurr SVR4 smail3.1.26
  6. Message-ID: <1992Aug28.222725.7916@chg.mcd.mot.com>
  7. Date: 28 Aug 92 22:27:25 GMT
  8. References: <1992Aug27.224045.24075@mdd.comm.mot.com>
  9. Organization: Motorola Computer Group, Schaumburg, IL
  10. Lines: 97
  11.  
  12. I just installed on System V/88 R40v2 on the Motorola Delta Series
  13. sytems in my lab.  I decided to simplify things by having *only* Smail
  14. handle mail transport, so I went ahead and installed with the LMAIL
  15. hack.  I haven't tried touching the mailsurr file, and it looks like I
  16. won't have to.  Originally, I had my "transports" file set up to do
  17. the Content-Length stuff and not the "unix_from_hack", but I found
  18. that Elm 2.3.11 doesn't grok the new format (though I've heard that
  19. 2.4 will), so I turned the "unix_from_hack" and 'suffix="\n"' lines
  20. back on, in addition to the Content stuff, for anyone using mailx.
  21.  
  22. Here's a diff of sys5.4 vs. sys5.4.mot, which I used for the Motorola
  23. SVR4.  It includes turning on LMAIL.  The current release, R40v2 does
  24. not seem to include /dev/sysmsg, so CONSOLE is set to /dev/console.
  25. (That deficiency has been reported to the SV/88R4 developers.)  SVR4
  26. Systems file is in /etc/uucp.  And, I added a few items to HAVE that I
  27. strongly suspect are standard SVR4 features.  At least, they're in
  28. SV/88R4.
  29.  
  30. Enjoy!
  31.  
  32. ----- start sys5.4.mot diff -----
  33. *** ../build/3.1.26.88k.r4/conf/os/sys5.4    Sat Aug  8 20:42:40 1992
  34. --- ../build/3.1.26.88k.r4/conf/os/sys5.4.mot    Fri Aug 21 14:37:00 1992
  35. ***************
  36. *** 1,6 ****
  37. --- 1,7 ----
  38.   # @(#)conf/os/sys5.4    1.9 8/8/92 18:42:39
  39.   #
  40.   # sys5.4 - define the characteristics of AT&T System V release 4
  41. + # sys5.4.mot - Version for Motorola System V/88 R40v2 - Ron Heiby 8/92
  42.   
  43.   . $ROOT/conf/os/posix        # this is a P1003.1-compliant system
  44.   
  45. ***************
  46. *** 17,22 ****
  47. --- 18,28 ----
  48.   # OSLIBS - list any object libraries containing routines we will need
  49.   OSLIBS="-lgen -lsocket -lresolv -lnsl -lc -L/usr/ucblib -ldbm -lucb"
  50.   
  51. + # LMAIL - where the real /bin/mail resides
  52. + # see the comment in conf/EDITME-dist
  53. + #
  54. + LMAIL=/bin/lmail            # standard System V
  55.   # INCLUDES - list additional include directories
  56.   INCLUDES="-I/usr/include -I/usr/ucbinclude"
  57.   
  58. ***************
  59. *** 27,33 ****
  60.   SECURE_PATH=/usr/bin
  61.   
  62.   # CONSOLE - path to device for console messages
  63. ! CONSOLE=/dev/sysmsg
  64.   
  65.   # COMPRESS, etc. - Select method of file compression (use compress)
  66.   COMPRESS=compress
  67. --- 33,39 ----
  68.   SECURE_PATH=/usr/bin
  69.   
  70.   # CONSOLE - path to device for console messages
  71. ! CONSOLE=/dev/console
  72.   
  73.   # COMPRESS, etc. - Select method of file compression (use compress)
  74.   COMPRESS=compress
  75. ***************
  76. *** 37,43 ****
  77.   ZCAT=zcat
  78.   
  79.   # HAVE - what features should be used with this operating system
  80. ! HAVE=$HAVE:BSD_NETWORKING:YP:HASH_BANG:RLIMIT:NDBM:FSYNC:BIND:COMSAT
  81.   
  82.   # MISC_C_DEFINES - miscellaneous #defines
  83.   # Define data and stack resource limits, to prevent an rlimit of
  84. --- 43,49 ----
  85.   ZCAT=zcat
  86.   
  87.   # HAVE - what features should be used with this operating system
  88. ! HAVE=$HAVE:BSD_NETWORKING:YP:HASH_BANG:RLIMIT:NDBM:FSYNC:BIND:COMSAT:CHSIZE:FTRUNCATE:SETGROUPS:ULIMIT:MEMMOVE
  89.   
  90.   # MISC_C_DEFINES - miscellaneous #defines
  91.   # Define data and stack resource limits, to prevent an rlimit of
  92. ***************
  93. *** 57,60 ****
  94.   MISC_DEFINES=NO_PALIAS_MYMALLOC
  95.   
  96.   # UUCP_SYSTEM_FILE - path to UUCP file containing remote systems
  97. ! UUCP_SYSTEM_FILE=/usr/lib/uucp/Systems
  98. --- 63,66 ----
  99.   MISC_DEFINES=NO_PALIAS_MYMALLOC
  100.   
  101.   # UUCP_SYSTEM_FILE - path to UUCP file containing remote systems
  102. ! UUCP_SYSTEM_FILE=/etc/uucp/Systems
  103.  
  104. ----- end sys5.4.mot diff -----
  105. -- 
  106. Ron Heiby, heiby@chg.mcd.mot.com    Moderator: comp.newprod
  107. "The centipede has a thousand legs, but he cannot tapdance."
  108.