1 Summary: p910nd is a small daemon that copies any data received to the corresponding printer port.
5 URL: http
://etherboot.sourceforge.net
/p910nd
8 Source0: http
://etherboot.sourceforge.net
/p910nd
/%{name}-%{version}.tar.gz
9 BuildArchitectures
: i386 x86_64
10 BuildRoot: %{_tmppath}/%{name}-%{version}-build
14 p910nd implements the port
9100 network printer protocol which simply
15 copies any incoming data on the port to the printer
(and
in the reverse
16 direction
, if bidirectional mode is selected
). Both parallel and USB
17 printers are supported. This protocol was used
in HP's printers and is
18 called JetDirect
(probably TM
). p910nd is particularly useful
for
19 diskless hosts and embedded devices because it does not require any disk
20 space
for spooling as this is
done at the sending host.
26 %setup -n p910nd
-%{version}
35 insserv
/etc
/init.d
/p910nd
38 insserv
-r
/etc
/init.d
/p910nd
46 %defattr(755, root
, root
)
50 %{_mandir}/man8
/p910nd
.8.gz
53 * Fri Jan
04 2008 Ken Yap
<greenpossum@users.sourceforge.net
>
54 - 0.92: First spec file
55 * Mon Feb
09 2009 Ken Yap
<greenpossum@users.sourceforge.net
>
56 - 0.93: Fix up open with mode
for call with O_CREAT