On Wed, 8 Jan 2003 16:24:16 -0500
"Keith R. John Warno" <[EMAIL PROTECTED]> wrote:

> Perhaps the plethora of ifhp & LPRng options is simply overwhelming, but
> in any case:
>       Is there an option to either ifhp or via printcap to have the
>       /var/spool/foo-printer/ifhpXXXXXX filter output files removed
>       after job completion?  Or maybe it's scritable...  I don't know
>       yet.  :)
> I use LPRng-3.8.19 and ifhp-3.5.10 and the printer spools are repeatedly
> cluttered with filter output files.

If I remember right, Dr. Powell is aware of this bug in ifhp.

Here's what we run on our systems to take care of this problem:

find  /var/spool -name ifhp\* -xdev -ctime +3 ! -type s ! -type p \
                                    -exec /bin/rm {} \;

Run that once a day out of cron and you shouldn't run into too many 
problems...
============================================================================
   John Perkins                   |   University of Wisconsin-Madison
   Associate Researcher           |   Department of Computer Science
   [EMAIL PROTECTED]               |   1210 W. Dayton St.
   608-262-0438/608-262-9997 FAX  |   Madison, WI  53706-1685
============================================================================


-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to