kopia lustrzana https://gitlab.com/sane-project/backends
doc/Makefile.in: saned is in /usr/sbin, its manpage should go to section 8.
Fixed everything referring to saned(1) to refer to saned(8).merge-requests/1/head
rodzic
b9dfa61f90
commit
6de2f54c0c
|
@ -1,3 +1,7 @@
|
|||
2004-06-13 Julien Blache <jb@jblache.org>
|
||||
* doc/Makefile.in: saned is in /usr/sbin, its manpage should go to
|
||||
section 8. Fixed everything referring to saned(1) to refer to saned(8).
|
||||
|
||||
2004-06-13 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||
|
||||
* doc/descriptions/unsupported.desc: Added NEC Petiscan as unsupported
|
||||
|
|
2
PROBLEMS
2
PROBLEMS
|
@ -31,4 +31,4 @@ Last update: 2003-02-09
|
|||
networks. Make sure that access is limited by tcpwrappers and/or a firewall
|
||||
setup. Don't depend only on saned's own authentification. Don't run saned
|
||||
as root if it's not necessary. And do not install saned as setuid root.
|
||||
Read man saned(1) for details.
|
||||
Read man saned(8) for details.
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
#
|
||||
# NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and
|
||||
# /etc/services must also be properly configured to start
|
||||
# the saned daemon as documented in saned(1), services(4)
|
||||
# the saned daemon as documented in saned(8), services(4)
|
||||
# and inetd.conf(4) (or xinetd.conf(5)).
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@
|
|||
|
||||
@SET_MAKE@
|
||||
|
||||
SECT1 = saned.1 scanimage.1 sane-config.1 sane-find-scanner.1 gamma4scanimage.1
|
||||
SECT1 = scanimage.1 sane-config.1 sane-find-scanner.1 gamma4scanimage.1
|
||||
SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \
|
||||
sane-dc25.5 sane-dmc.5 sane-epson.5 sane-hp.5 sane-gphoto2.5 \
|
||||
sane-leo.5 sane-matsushita.5 sane-microtek.5 \
|
||||
|
@ -53,7 +53,8 @@ SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \
|
|||
sane-coolscan2.5 sane-hpsj5s.5 sane-gt68xx.5 sane-artec_eplus48u.5 \
|
||||
sane-ma1509.5 sane-ibm.5 sane-hp5400.5 sane-plustek_pp.5 sane-u12.5
|
||||
SECT7 = sane.7
|
||||
MANPAGES = $(SECT1) $(SECT5) $(SECT7)
|
||||
SECT8 = saned.8
|
||||
MANPAGES = $(SECT1) $(SECT5) $(SECT7) $(SECT8)
|
||||
READMES = README AUTHORS COPYING ChangeLog LICENSE NEWS PROBLEMS \
|
||||
PROJECTS README README.aix README.beos README.darwin README.freebsd \
|
||||
README.djpeg \
|
||||
|
@ -107,7 +108,7 @@ DISTFILES = Makefile.in backend-writing.txt descriptions.txt \
|
|||
|
||||
all: $(STANDARD) $(MANPAGES) html-pages
|
||||
|
||||
%.1 %.5 %.7: %.man
|
||||
%.1 %.5 %.7 %.8: %.man
|
||||
@sed -e 's|@DATADIR@|$(datadir)|g' \
|
||||
-e 's|@CONFIGDIR@|$(configdir)|g' \
|
||||
-e 's|@DOCDIR@|$(docdir)|g' \
|
||||
|
@ -119,7 +120,7 @@ all: $(STANDARD) $(MANPAGES) html-pages
|
|||
|
||||
install: all
|
||||
$(MKDIR) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \
|
||||
$(DESTDIR)$(mandir)/man7
|
||||
$(DESTDIR)$(mandir)/man7 $(DESTDIR)$(mandir)/man8
|
||||
@for page in $(SECT1); do \
|
||||
echo installing $${page} in $(mandir)/man1/$${page}...; \
|
||||
$(INSTALL_DATA) $${page} $(DESTDIR)$(mandir)/man1/$${page} || exit 1; \
|
||||
|
@ -132,6 +133,10 @@ install: all
|
|||
echo installing $${page} in $(mandir)/man7/$${page}...; \
|
||||
$(INSTALL_DATA) $${page} $(DESTDIR)$(mandir)/man7/$${page} || exit 1; \
|
||||
done
|
||||
@for page in $(SECT8); do \
|
||||
echo installing $${page} in $(mandir)/man8/$${page}...; \
|
||||
$(INSTALL_DATA) $${page} $(DESTDIR)$(mandir)/man8/$${page} || exit 1; \
|
||||
done
|
||||
$(MKDIR) $(DESTDIR)$(docdir)
|
||||
@for readme in $(READMES); do \
|
||||
echo installing $${readme} in $(docdir)/$${readme}...; \
|
||||
|
@ -166,6 +171,10 @@ uninstall:
|
|||
echo removing $${page} in $(mandir)/man7/$${page}...; \
|
||||
rm -f $(mandir)/man7/$${page}; \
|
||||
done
|
||||
@for page in $(SECT8); do \
|
||||
echo removing $${page} in $(mandir)/man8/$${page}...; \
|
||||
rm -f $(mandir)/man8/$${page}; \
|
||||
done
|
||||
rm -rf $(docdir)
|
||||
|
||||
sane.ind: sane.tex net.tex
|
||||
|
|
|
@ -196,7 +196,7 @@ TESTING
|
|||
Note that you don't have to use two different machines to test "remote"
|
||||
scanning---you can use one and the same machine to test a backend via saned
|
||||
(just be sure to enable the "net" backend in dll.conf and follow the
|
||||
steps described in saned(1)).
|
||||
steps described in saned(8)).
|
||||
|
||||
* Please test on every available platform/os. Even if no scanner is attached
|
||||
to this system, test compilation and running scanimage. If you don't have
|
||||
|
|
|
@ -35,7 +35,7 @@ correctly or place the program in a directory that is in the path.
|
|||
.SH SEE ALSO
|
||||
.BR sane (7),
|
||||
.BR as6edriver (5),
|
||||
.BR saned (1),
|
||||
.BR saned (8),
|
||||
.B http://as6edriver.sourceforge.net
|
||||
|
||||
.SH AUTHOR
|
||||
|
|
|
@ -312,7 +312,7 @@ and
|
|||
.BR xscanimage (1)
|
||||
setuid root (generally not recommended for safety reasons) or, alternatively,
|
||||
access this backend through the network daemon
|
||||
.BR saned (1).
|
||||
.BR saned (8).
|
||||
.PP
|
||||
If the Mustek backend blocks while sending the inqiury command to the scanner,
|
||||
add the option
|
||||
|
|
|
@ -113,7 +113,7 @@ Some scanners work faster when
|
|||
is enabled in the BIOS.
|
||||
.PP
|
||||
Note that the backend needs to run as root. To allow user access to the scanner
|
||||
run the backend through the network interface (See saned(1) and sane\-net(5)). Note also that the backend
|
||||
run the backend through the network interface (See saned(8) and sane\-net(5)). Note also that the backend
|
||||
.I does not
|
||||
support
|
||||
.I parport sharing ,
|
||||
|
@ -472,7 +472,7 @@ level debug output
|
|||
|
||||
.PP
|
||||
.SH "SEE ALSO"
|
||||
sane(7), sane\-mustek(5), sane\-net(5), saned(1), sane-find-scanner(1)
|
||||
sane(7), sane\-mustek(5), sane\-net(5), saned(8), sane-find-scanner(1)
|
||||
|
||||
.TP
|
||||
For latest bug fixes and information see
|
||||
|
|
|
@ -129,7 +129,7 @@ levels reduce verbosity.
|
|||
.SH BUGS
|
||||
If saned has timed out, the net backend may loop with authorization requests.
|
||||
.SH "SEE ALSO"
|
||||
sane(7), saned(1), sane\-dll(5), scanimage(1)
|
||||
sane(7), saned(8), sane\-dll(5), scanimage(1)
|
||||
|
||||
.I http://www.penguin-breeder.org/?page=sane-net
|
||||
.SH AUTHOR
|
||||
|
|
|
@ -50,7 +50,7 @@ if you have a kernel with ppdev support.
|
|||
.PP
|
||||
Note that if you don't use the ppdev character device, the backend
|
||||
needs to run as root. To allow user access to the scanner
|
||||
run the backend through the network interface (See saned(1) and sane\-net(5)).
|
||||
run the backend through the network interface (See saned(8) and sane\-net(5)).
|
||||
A more relaxed solution (security wise) is to add suid bit to the frontend
|
||||
(See chmod(1)).
|
||||
The backend drop root priviledges as soon as it can, right after gaining direct
|
||||
|
@ -281,7 +281,7 @@ level debug output
|
|||
|
||||
.PP
|
||||
.SH "SEE ALSO"
|
||||
sane(7), sane\-net(5), saned(1)
|
||||
sane(7), sane\-net(5), saned(8)
|
||||
|
||||
.TP
|
||||
For latest bug fixes and information see
|
||||
|
|
|
@ -132,7 +132,7 @@ Command-line frontend. See
|
|||
.B SANE
|
||||
network daemon that allows remote clients to access image acquisition devices
|
||||
available on the local host. See
|
||||
.BR saned (1).
|
||||
.BR saned (8).
|
||||
.TP
|
||||
.B sane-find-scanner
|
||||
Command-line tool to find SCSI and USB scanners and determine their Unix
|
||||
|
@ -472,7 +472,7 @@ The
|
|||
.B SANE
|
||||
network daemon saned provides access to scanners located on different
|
||||
computers in connection with the net backend. See
|
||||
.BR sane\-net "(5) and " saned (1).
|
||||
.BR sane\-net "(5) and " saned (8).
|
||||
.TP
|
||||
.B pnm
|
||||
PNM image reader pseudo-backend. The purpose of this backend is primarily to
|
||||
|
@ -725,7 +725,7 @@ for details).
|
|||
.PP
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR saned (1),
|
||||
.BR saned (8),
|
||||
.BR sane-find-scanner (1),
|
||||
.BR scanimage (1),
|
||||
.BR sane\-abaton (5),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH saned 1 "30 May 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH saned 8 "30 May 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX saned
|
||||
.SH NAME
|
||||
saned \- SANE network daemon
|
||||
|
|
|
@ -186,7 +186,7 @@ option only accepts user authorization requests that support MD5 security. The
|
|||
network daemon
|
||||
.RB ( saned )
|
||||
is capable of doing such requests. See
|
||||
.BR saned (1).
|
||||
.BR saned (8).
|
||||
.PP
|
||||
The
|
||||
.B \-n
|
||||
|
|
Ładowanie…
Reference in New Issue