Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 16:08:30 -0400
From:      David Boisvert <David_Boisvert@uqtr.uquebec.ca>
To:        FreeBSD questions <freebsd-questions@FreeBSD.ORG>
Subject:   Panasonic XK-P1180 printcat && input filter
Message-ID:  <35575ABE.41C67EA6@uqtr.uquebec.ca>

next in thread | raw e-mail | index | archive | help
Hello!

I need your help! I've a small problem with the staircase effect.

Here are my config files:

/etc/printcap:

# 
# /etc/printcap for host martyr
#
diablo|line|sekmet|lp| Panasonic KX-P1180 multi-mode printer:\
        :sh:sd=/var/spool/lpd/diablo:mx#0:\
        :lp=/dev/lpt0:\
        :if=/usr/local/libexec/if-simple:

/usr/local/libexec/if-simple:


#!/bin/sh
#
# if-simple - Simple text input filter for lpt0/lpd
# Installed in /sur/local/libexec/if-simple
#
# Simply opies stdin to stdout. Ignore all filter argument.

/bin/cat && printf "\f" && exit 0
exit 2

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35575ABE.41C67EA6>