home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4958 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!decwrl!csus.edu!news
  3. From: eps@futon.SFSU.EDU (Eric P. Scott)
  4. Subject: Re: NeXT Remote Power Up/Down?
  5. Message-ID: <1992Sep1.080442.18099@csus.edu>
  6. Sender: news@csus.edu
  7. Reply-To: eps@cs.sfsu.edu
  8. Organization: San Francisco State University
  9. References: <1992Aug25.144408.18538@udcf.glasgow.ac.uk> <1992Aug26.175739.26913@sunova.ssc.gov> <1992Aug26.194128.16156@newshub.ccs.yorku.ca>
  10. Date: Tue, 1 Sep 1992 08:04:42 GMT
  11. Lines: 29
  12.  
  13. In article <1992Aug26.194128.16156@newshub.ccs.yorku.ca>
  14.     steve@writer.yorku.ca (Steve Azmier) writes:
  15. >shutdown -p will only show up in the Console or Terminal (if it's
  16. >                                                        Can root open
  17. >the Public Window Server on a station just long enough to broadcast a
  18. >message then close it (or leave it in the state it was in)?
  19.  
  20. [This answer for 2.x systems; not verified for 3.0]
  21.  
  22. You know the "Printing" panel that pops up when your NeXT Laser
  23. Printer runs out of paper?  That's done by a handy little program
  24. called /usr/lib/NextPrinter/Inform.  It turns out that Inform can
  25. display any message of your choosing:
  26.  
  27.     /usr/lib/NextPrinter/Inform "I hate recycled toner cartridges"
  28.  
  29. You can also change the text displayed on the "OK" button:
  30.  
  31.     /usr/lib/NextPrinter/Inform -b1 Extinguish "Fuser assembly on fire"
  32.  
  33. What it doesn't let you do is change the printer icon or the
  34. "Printing" title, which is too bad, since NeXTSTEP could use
  35. a general-purpose notification service.  (Hmm... you can probably
  36. replace the "PrinterAlert" nib section with whatever you want.)
  37.  
  38. Oh yeah: if run by root, Inform will work even without Public
  39. Window Server enabled.
  40.  
  41.                     -=EPS=-
  42.