Subject: Re: addemdum to printing
To: Jon <jons@dotnet.com>
From: None <Federico_Lupi@datasys.it>
List: netbsd-help
Date: 11/27/2001 10:52:36
Jon <jons@dotnet.com> wrote:
> I do not get th enoice now that I have added the lpfilter.
>
> But when I do the test, it sends a form feed and then shows
> an error mesage - job could not be printed.
>
> This is all LOCAL.
Your filter (in the previuos e-mail) contains:
#!/bin/sh
printf " \033&k2G" && car && exit 0
exit 2
Is this 'car' a typo? It should be 'cat'.
Federico