summaryrefslogtreecommitdiff
path: root/share/examples/printing
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-09 00:48:19 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-09 00:48:19 +0000
commit2394cc2228a97951c09e7612695cdf1bf1175b19 (patch)
tree00b75f6771b86022cad4f8dbadeeb6db66d43b44 /share/examples/printing
parent3ab0160340cfc7704bb2b3fb1d5daf12eec75267 (diff)
Notes
Diffstat (limited to 'share/examples/printing')
-rw-r--r--share/examples/printing/hpvf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/printing/hpvf b/share/examples/printing/hpvf
index 233de809745bf..c900f31255e3e 100644
--- a/share/examples/printing/hpvf
+++ b/share/examples/printing/hpvf
@@ -1,10 +1,10 @@
#!/bin/sh
#
+# $FreeBSD$
+#
# hpvf - Convert GIF files into HP/PCL, then print
# Installed in /usr/local/libexec/hpvf
-PATH=/usr/X11R6/bin:$PATH; export PATH
-
giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
&& exit 0 \
|| exit 2