I have set my default printer to a network attached Brother HL-2150N. Irritatingly the end of files is not printed until the page eject button is pressed. How can I add a page eject to the end of the files?
My /etc/printcap looks like this:
My lf2crlf interface file looks like this:
My /etc/printcap looks like this:
Code:
lp|Brother HL-2150N:lp=:rm=192.169.0.11:rp=brother:sd=/var/spool/brother:if=/usr/local/libexec/lf2crlf:
My lf2crlf interface file looks like this:
Code:
#! /bin/sh
# /usr/local/libexec/ls2crlf
CR=$'\r'
/usr/bin/sed -e "s/$/${CR}/g"