What software do you use on the win98 side? I am looking into sharing my
scanner with my daughter as well.
Thanks
Remy
On Jeu 30 Nov 2000 08:44, you wrote:
> 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
-- 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 : Sat Dec 02 2000 - 07:13:04 PST