home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / a / util / util-lin.000 < prev    next >
Encoding:
Text File  |  1995-10-10  |  3.7 KB  |  79 lines

  1.  
  2. util-linux-2.4.tar.gz     (source distribution)
  3. util-linux-2.4.bin.tar.gz (a.out binary distribution)
  4.  
  5.     WARNING: THIS COLLECTION DOES *NOT* SUPPORT SHADOW PASSWORDS.
  6.  
  7.     WARNING: THIS COLLECTION DOES *NOT* SUPPORT SYSTEM V INITTAB.
  8.  
  9.     WARNING: USE GNU TAR -- OTHER TARS WILL FAIL SILENTLY!
  10.  
  11.     WARNING: DO *NOT* INSTALL WITHOUT THINKING.
  12.  
  13.     WARNING: *READ* the util-linux-2.4.bin.Notes file *BEFORE* and *AFTER*
  14.              installation: there are a few links you must make by hand.
  15.  
  16.     This is a collection of many assorted utilities for Linux.  Some are
  17.     system utilities that are not easily available anywhere elsewhere
  18.     (e.g., mkfs.minix, mkswap, cfdisk, fdisk); others are BSD ports of
  19.     common utilities that are not yet contained in any FSF package (e.g.,
  20.     col); others are non-System-V alternatives to common utilities (e.g.,
  21.     simpleinit, agetty, login, passwd).
  22.  
  23.     The arrangement, as nearly as I can determine, conforms to the Linux
  24.     Filesystem Structure, Interim Release 1.2, March 28, 1995, with *NO*
  25.     exceptions.  A copy of the standards document can be found at
  26.     tsx-11.mit.edu:/pub/linux/docs/linux-standards/fsstnd/*.
  27.  
  28.     Many people provided patches and suggestions.  I deeply appreciate
  29.     this.
  30.  
  31.     This product includes software developed by the University of
  32.     California, Berkeley and its contributors.
  33.  
  34. HIGHLIGHTS for version 2.4 (2.3 was never released):
  35. 0) Michael K. Johnson <johnsonm@nigel.vnet.net> is the interim maintainer
  36.    while Rik Faith is working on PhD work.
  37. 1) login now makes the login tty mode 600 and places it in group "tty"
  38. 2) wall, and write will not write dangerous escape sequences
  39. 3) wall and write can be run setgid "tty".  If util-linux is compiled for
  40.    this option, "mesg y" will only set group write instead of group/other
  41.    write.
  42. 4) fdisk and cfdisk have been patched with the latest llseek.c.  Although I
  43.    had a lot of bug reports about fdisk from util-linux-2.2, I was unable
  44.    to reproduce any of the problems.  Some of the problems appeared to be
  45.    releated to a failure to reboot the machine after changing the partition
  46.    table, and some may have been due to a specific kernel revision problem.
  47.    However, this doesn't seem to account for all of the bug reports -- if
  48.    this version gives you problem, please send as complete a bug report as
  49.    possible.
  50. 5) chkdupexe from Nicolai Langfeldt (janl@ifi.uio.no)
  51. 6) ctrlaltdel now installs into /sbin instead of /usr/sbin
  52. 7) mkfs replacement from Ron Sommeling (sommel@sci.kun.nl)
  53. 8) lpcntl removed.  Use tunelp instead.
  54. 9) ksymoops from Greg McGary <gkm@magilla.cichlid.com>
  55. 10) mkfs.minix now clears the first 512 bytes of the file system so that
  56.     Minix disks won't be confused with MSDOS disks (Daniel Quinlan
  57.     (quinlan@yggdrasil.com))
  58. 11) mkswap should now work on an Alpha running Linux
  59. 12) frag removed.  See
  60.     sunsite.unc.edu:/pub/Linux/system/Filesystems/defrag-0.6.tar.gz for the
  61.     latest version.
  62. 13) mount patches from Andries.Brouwer@cwi.nl and Dan Quinlan
  63.     (quinlan@yggdrasil.com).
  64. 14) MAKEDEV and MAKEDEV-C updated to the latest versions.
  65. 15) Paths updated for FSSTND 1.2.  This means that you may need to make
  66.     some links.  The links you need to make we system dependent.  The
  67.     ultimate goal is to rename /var/adm to /var/log and have a symbolic
  68.     link from /var/adm to /var/log during the transition period.  If you
  69.     are running an ELF system, you probably won't have to do anything.  The
  70.     bottom line is that the following files must exist or be pointers to
  71.     the old version (used internally by the a.out libraries):
  72.  
  73.              New                 Old
  74.  
  75.         /var/log/wtmp       /var/adm/wtmp
  76.         /var/log/lastlog    /var/adm/lastlog
  77.         /var/run/utmp       /var/adm/utmp
  78.  
  79.