repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
share
/
examples
/
printing
/
psdf
blob
e0d429b953c206d3875dca4c90d65aa93e5bd3c5
1
#!bin/sh
2
#
3
# psdf - DVI to PostScript printer filter
4
# Installed in /usr/local/libexec/psdf
5
#
6
# Invoked by lpd when user runs lpr -d
7
#
8
exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"