home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume2 / sysinfo / README < prev    next >
Encoding:
Text File  |  1991-08-07  |  1.8 KB  |  42 lines

  1. I wrote this little ditty just to utilize the two lines on the bottom of
  2. the screen where the soft labels for the function keys are normally displayed.
  3. This program will only work if you login on the console (obviously) and
  4. you aren't using the "user agent" or something that needs those two lines.
  5.  
  6. I give thanks to Scott Hazen Mueller for his contribution of "newmgr.c"
  7. that initially gave me the idea for displaying the file system information.
  8.  
  9. After unpacking the shar file, "su" and become root.  Then type:
  10.  
  11.     # make install
  12.  
  13. This will copy the program into /usr/lbin (as defined by the Makefile) but
  14. you might just want to have this for your own "bin" directory, because
  15. it is only useful if you run on a windowed device.
  16.  
  17. The mail file is only read for the number of messages if the modification
  18. time changes since the last read (saving on disk I/O).  This program also
  19. runs with a nice value of 5, and sleeps for 15 seconds between passes.
  20. (#defined by NICE and SLEEP respectively)
  21.  
  22. You might want to place the following lines in your /etc/localprofile
  23. or .profile to activate sysinfo apon login:
  24.  
  25. TTY=`tty`
  26. if [ "`expr $TTY : '/dev/w' `" != "0" ]
  27. then 
  28.     sysinfo
  29. fi
  30.  
  31. Please report any bugs, suggestions and problems to me:
  32.  
  33. ============================ US MAIL:   Lenny Tropiano, ICUS Computer Group
  34.  IIIII   CCC   U   U   SSSS             PO Box 1
  35.    I    C   C  U   U  S                 Islip Terrace, New York  11752
  36.    I    C      U   U   SSS   PHONE:     (516) 968-8576 [H] (516) 582-5525 [W] 
  37.    I    C   C  U   U      S  AT&T MAIL: ...attmail!icus!lenny  TELEX: 154232428
  38.  IIIII   CCC    UUU   SSSS   UUCP:
  39. ============================    ...{uunet!godfre, harvard!talcott}!\
  40.                    ...{ihnp4, boulder, mtune, bc-cis, ptsfa, sbcs}! >icus!lenny 
  41. "Usenet the final frontier"        ...{cmcl2!phri, hoptoad}!dasys1!/
  42.