From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 14:53:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EE137B401 for ; Sat, 5 Apr 2003 14:53:48 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A0643FD7 for ; Sat, 5 Apr 2003 14:53:48 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h35Mrlpg001167; Sat, 5 Apr 2003 15:53:47 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h35MrkWZ001164; Sat, 5 Apr 2003 15:53:47 -0700 (MST) Date: Sat, 5 Apr 2003 15:53:46 -0700 (MST) From: Warren Block To: Konrad Scorciapino In-Reply-To: <200304051759.04013.fallenbr@uol.com.br> Message-ID: <20030405155114.W1138@wonkity.com> References: <200303311816.24823.fallenbr@uol.com.br> <200304051208.46286.fallenbr@uol.com.br> <200304051759.04013.fallenbr@uol.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Mike Meyer cc: freebsd-questions@freebsd.org Subject: Re: USB Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 22:53:49 -0000 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