svn commit: r349905 - head/print/foo2zjs/files
Boris Samorodov
bsam at FreeBSD.org
Wed Apr 2 06:43:10 UTC 2014
Author: bsam
Date: Wed Apr 2 06:43:10 2014
New Revision: 349905
URL: http://svnweb.freebsd.org/changeset/ports/349905
QAT: https://qat.redports.org/buildarchive/r349905/
Log:
Add files/foo2zjs.conf.in forgotten at r349883.
Pointed out by: swills (by e-mail)
Added:
head/print/foo2zjs/files/foo2zjs.conf.in (contents, props changed)
Added: head/print/foo2zjs/files/foo2zjs.conf.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/foo2zjs/files/foo2zjs.conf.in Wed Apr 2 06:43:10 2014 (r349905)
@@ -0,0 +1,15 @@
+# Firmware upload for USB printers
+
+# HP Laserjet 1018
+#attach 100 {
+# match "vendor" "0x03f0";
+# match "product" "0x4117";
+# action "arm2hpdl %%PREFIX%%/share/foo2zjs/firmware/sihp1018.img > /dev/$device-name";
+#};
+
+# HP Laserjet 1020
+#attach 100 {
+# match "vendor" "0x03f0";
+# match "product" "0x2b17";
+# action "arm2hpdl %%PREFIX%%/share/foo2zjs/firmware/sihp1020.img > /dev/$device-name";
+#};
More information about the svn-ports-head
mailing list