home *** CD-ROM | disk | FTP | other *** search
- Patches the loginwindow.app to eradicate the restart and power
- buttons from the login window.
-
- The buttons on the login window are instances of the LoginButton class.
- This patch works by patching the loginwindow.app's LoginButton class's
- instance method initWithImage:altImage:andString: to be equivalent to
-
- - initWithImage:image altImage:altImage andString:(char *)aString
- {
- return nil;
- }
-
- This program must be run as root, since it writes to the file
- /usr/lib/NextStep/loginwindow.app/loginwindow.
-
- Christopher J. Kane (kane@cs.purdue.edu)
- Released into public domain; August 13, 1993.
-