ftp.nice.ch/pub/next/system/patches/loginwindow_patch-3.1.README

This is the README for loginwindow_patch-3.1.tar.gz [Download] [Browse] [Up]

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.

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.