home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / workspace / DiskPig.README < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.0 KB  |  23 lines

  1. This is an example of a LoginHook to remind users to watch their
  2. disk consumption.  It does not make use of the username passed by
  3. loginwindow; it assumes that everyone's home directory is on a
  4. "/Users" filesystem.  If this isn't appropriate for your site,
  5. feel free to change the code!  This is merely an EXAMPLE.  Adapt
  6. it to your needs, merge in whatever functionality you see fit.
  7.  
  8. THIS CODE IS PROVIDED ON AN "AS-IS" BASIS.  NO WARRANTY IS
  9. EXPRESSED OR IMPLIED.  USER ASSUMES FULL RESPONSIBILITY FOR ANY
  10. INCIDENTAL OR CONSEQUENTIAL DAMAGES RESULTING FROM USE OR
  11. MODIFICATION OF THIS SOFTWARE.  THIS SOFTWARE USES TECHNIQUES
  12. DESIGNATED "UNDOCUMENTED" BY NeXT COMPUTER, INC., AND MAY NOT
  13. FUNCTION CORRECTLY WITH SOFTWARE RELEASES SUBSEQUENT TO 2.x.
  14.  
  15. Some graphics come from NeXT's Workspace Manager and Mail;
  16. sound from the BusyBox example.  The disk percentage computation
  17. is taken from BSD's df utility.
  18.  
  19. To cause this program to be invoked by loginwindow before
  20. launching the Workspace, (as root)
  21.  
  22.     # dwrite loginwindow LoginHook /full/path/to/executable
  23.