I had a bit of fun getting my RH 7.0 system to serve Xsane for my
daughter's Win98
box, now that Red Hat has replaced the inetd super-server with xinetd.
If anyone is interested, what is required is to create an entry for the
saned
daemon in the xinetd format. You can add the entry directly to the
xinetd.conf file,
or as Red Hat chose to do, you can create a file for each service in
/etc/xinetd.d.
I chose to follow the RH example, so I created the file
/etc/xinetd.d/sane,
shown below:
# default: off
# description: The sane server accepts requests for network access to a
local\
# scanner via the local network.
service sane
{
port = 6566
socket_type = stream
wait = no
user = saned
group = saned
server = /usr/local/sbin/saned
}
Maybe, the man page for SANED should be updated?
Cheers,
Matt
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Wed Nov 29 2000 - 23:13:10 PST