On 8 Dec 2003, Guillermo Gomez wrote:
> I compiled from source including global.conf modified as...
>
> ...
>
> if (strlen($_printer))
> foreach $xxx ($LIST_DELIM, $_printer)
> ## $xxx = "'-P", $xxx, "'";
> ## printer { options $$xxx command "lpr" timeout $_printer_timeout }
> printer { options '%s' command 'vtprint -fq' }
> done
> endif
>
> ...
>
> But vtprint is reporting the following message
>
> vtprint: Couldn't open %s for reading.-
>
> What i'm doing wrong now?
remove the %s. The command should read from a pipe now, instead of
printing a temporary file, and that's why the %s is obsolete.
Bart
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html