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: > > [EMAIL PROTECTED] /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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"