home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / mcp / part01 / PATCHED < prev    next >
Encoding:
Text File  |  1987-02-05  |  2.2 KB  |  50 lines

  1. Since I first put MCP in the backlog, two patches arrived.  I applied
  2. them to the source before sending it out on mod.sources on Feburary 6.
  3. Here is the header from the two patch files, describing the changes
  4. they made.
  5.     /Rich $alz, moderator
  6. -------------------------------------------------------------------------------
  7.  
  8. This patch (#1) makes the following changes in the MCP 1.0 distribution.
  9.  
  10. 1)   Fixed bug in update-user command.  Mcp would sometimes
  11.      segmentation fault or update the wrong user's attributes
  12.      iff changing the login name and any other attribute
  13.      simultaneously. (thanx to tadguy@odu.edu)
  14.  
  15. 2)   Fixed a misfeature in update-user.  When changing a user's home
  16.      directory to a directory that already exists, mcp would ask an
  17.      ambiguous and unnecessary question.
  18.  
  19. 3)   Fixed bug in accessing the /usr/adm/lastlog.  Users with no
  20.      corresponding record in /usr/adm/lastlog (uid too high) were
  21.      listed with ridiculous last login times.
  22.  
  23. 4)   Fixed mcp startup diagnostic bug.  If mcp was taking its input from
  24.      a pipe, it would report that it was reading from a pipe AND a file.
  25.  
  26. 5)   A -v command line option (prints the version and patchlevel)
  27.      has been added and the mcp manual page has been updated to
  28.      reflect this.
  29.  
  30. -------------------------------------------------------------------------------
  31.  
  32. This patch (#2) makes the following changes in the MCP 1.0 distribution.
  33. This patch will not work if patch #1 has not been applied.
  34.  
  35. 1)    Mcp now will compile if SENDMAIL is not defined.  (oops?)
  36. 2)    Fixes message function call with incorrect number of args in upduser.
  37. 3)     Mcp nows looks to see if the home directory exists before
  38.     asking whether you want to remove it.
  39. 4)    Fixes misfeature when setting the expiration date of classes and
  40.     sigs that were originally set to never expire.
  41. 5)     Adds showtag()/erasetag() goodies (developed for an independent tenex
  42.     library) to mcp's completion routines.
  43. 6)    Fixes a couple of typos in the load-file help page.
  44. 7)    Added documentation for a subtle feature concerning the group
  45.     ownership of newly created home directories.
  46.  
  47. kyle jones, odu computer science
  48. ARPA: kyle@xanth.cs.odu.edu        CSNET: kyle@odu.csnet
  49. UUCP: kyle@xanth.uucp
  50.