Date: Thu, 30 Sep 1999 16:33:25 +0000 From: Joseph Scott <joseph.scott@owp.csus.edu> To: "Christopher T. Griffiths" <cgriffiths@quansoo.com> Cc: Dave Rideout <drideout@quansoo.com>, FreeBSD Questions <questions@FreeBSD.ORG> Subject: Re: Printing Message-ID: <37F390D5.F529262@owp.csus.edu> References: <Pine.BSF.4.10.9909301001450.1541-100000@defiant.quansoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Christopher T. Griffiths" wrote: > > I believe what he meant to ask was how to stop blank pages from being > printed from a windows machine to a samba shared printer on a freebsd 3.3 > stable server. Here is the config: That's exactly where I came across this problem also. If you look at the config file for Samba there is a line that tells it what command to use when sending a print job. I believe the default looks like : lpr -r -P%p %s I then changed mine to look like : lpr -rh -P%p %s ^ adding the h option stopped the extra page at the end printing. From the man page for lpr(1) : -h Suppress the printing of the burst page. Assuming that is what was refered to then the -h should do the trick. > > hp6p|Hewlett Packard 6P:\ > :sh:\ > :sf:\ > :rm=63.66.225.100:\ > :sd=/var/spool/output/hp6p:\ > :lf=/var/log/lpd-errs:\ > :if=/usr/local/libexec/hpif:\ > :mx#0: > > Any help would be appreciated. > > Chris -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento 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?37F390D5.F529262>