home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / tools / LogHooks.1.0.README < prev    next >
Encoding:
Text File  |  1997-06-04  |  1.4 KB  |  31 lines

  1.  
  2. LogHooks.1.0
  3. 19 Feb 1997
  4.  
  5. These are the same LoginHook and LogoutHook which have been available on the 'net for some time.  However, they have previously been bundled with the program "Bypass" and I could never remember where they were, so I decided to put them in their own .tar.gz folder.
  6.  
  7. They are compiled QuadFat by Eric Tremblay (eric@cdrom.com) and I copied them off the Nebula/Walnut Creek CD-ROM set which Eric puts together.
  8.  
  9. For those who aren't familiar, these programs, see
  10.  
  11. /NextLibrary/Documentation/NextAdmin/09_StartShut.rtfd
  12.  
  13.     Login Hook A script or application that runs when anyone logs in.
  14.  
  15.     Logout Hook A script or application that runs when anyone logs out.
  16.  
  17. The programs allow you to set (as root) the following dwrites:
  18.  
  19. dwrite loginwindow LoginHook /usr/local/bin/LoginHook
  20. dwrite loginwindow LogoutHook /usr/local/bin/LogoutHook
  21.  
  22. (where /usr/local/bin is the path to the two programs found herein).
  23.  
  24. LoginHook will look for the file ~/.LoginHook when a user logs in and run it before the loginwindow starts up. 
  25.  
  26. LogoutHook will look for the file ~/.LogoutHook when a user logs out and will run it before completing the logout.
  27.  
  28. I find it useful to prompt for the user to clean out their Recycler using the LogoutHook, and also use it to ask me if I want to reboot the machine, power the machine down, or just exit.  See the script "Logout.sh" for an example of what you might want to do in ~/.LogoutHook
  29.  
  30.  
  31.