Date: Sat, 5 Apr 2003 15:53:46 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Konrad Scorciapino <fallenbr@uol.com.br> Cc: freebsd-questions@freebsd.org Subject: Re: USB Printer Message-ID: <20030405155114.W1138@wonkity.com> In-Reply-To: <200304051759.04013.fallenbr@uol.com.br> References: <200303311816.24823.fallenbr@uol.com.br> <200304051208.46286.fallenbr@uol.com.br> <200304051759.04013.fallenbr@uol.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Apr 2003, Konrad Scorciapino wrote: > Ok, its fixed and I got no more error messages... Still, the program has > locked... Here is the output: > > konrad@localhost /home/konrad # enscript -p /etc/motd | gs -q -dNOPAUSE ^^^^^^^^^^^^ You are telling enscript to write output to /etc/motd. Check and see if /etc/motd has been overwritten. After that, use "-p-" to have enscript output to stdout: enscript -p- /etc/motd | gs ... -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030405155114.W1138>