The NEXTSTEP/OpenStep FAQ

! to the table of contents
< to the previous section:
> to the next section:


5.9 What can I do to prevent my NeXT printer from running all the time?

printer, turning off

The NeXT 400dpi printer powers up every time you boot up when the print daemon is started (/usr/lib/NextPrinter/npd in /etc/rc). Apart from not running the daemon at boot time (commenting it out and having to run it by hand later), you can add the following lines to /etc/rc.local:

if [ -f /usr/etc/nppower ]; then sleep 3 /usr/etc/nppower off (echo 'powering off NeXTprinter') >/dev/console fi

Once you queue a print job the printer daemon will automatically power up the NeXT printer for you. The printer daemon will not automatically power off the machine after a print job, you will need to turn off the printer by typing /usr/etc/nppower off.



This document was converted from LaTeX using Karl Ewald's latex2html.