14 lines
429 B
Text
14 lines
429 B
Text
|
Index: etc/a2ps-site.cfg.in
|
||
|
--- etc/a2ps-site.cfg.in.orig
|
||
|
+++ etc/a2ps-site.cfg.in
|
||
|
@@ -33,6 +33,9 @@ DefaultPPD: level1
|
||
|
# #{lp} there should be the name of the printer.
|
||
|
#
|
||
|
|
||
|
+# When using cups(1), use its lpr(1) instead of the base one.
|
||
|
+#Variable: lp.default #{lp.hook} ${LOCALBASE}/bin/lpr #{lp.options}
|
||
|
+
|
||
|
### DefaultPrinter
|
||
|
# DefaultPrinter is the printer which is called upon `a2ps -d'.
|
||
|
DefaultPrinter: | #{lp.default}
|