42 lines
1.1 KiB
Plaintext
Raw Normal View History

$OpenBSD: patch-doc_saned_man,v 1.2 2005/10/06 22:37:45 alek Exp $
--- doc/saned.man.orig Sat Apr 16 15:06:50 2005
+++ doc/saned.man Thu Oct 6 11:00:15 2005
@@ -92,7 +92,7 @@ support IPv6, check the documentation fo
The configuration line normally looks like this:
.PP
.RS
-sane-port stream tcp nowait saned.saned @SBINDIR@/saned saned
+sane-port stream tcp nowait _saned._saned @SBINDIR@/saned saned
.RE
.PP
However, if your system uses
@@ -105,13 +105,13 @@ and use a line of the following form in
instead:
.PP
.RS
-sane-port stream tcp nowait saned.saned /usr/sbin/tcpd @SBINDIR@/saned
+sane-port stream tcp nowait _saned._saned /usr/libexec/tcpd @SBINDIR@/saned
.RE
.PP
Note that both examples assume that there is a
-.B saned
+.B _saned
group and a
-.B saned
+.B _saned
user. If you follow this example, please make sure that the
access permissions on the special device are set such that
.B saned
@@ -140,9 +140,9 @@ socket_type = stream
.br
wait = no
.br
-user = saned
+user = _saned
.br
-group = saned
+group = _saned
.br
server = @SBINDIR@/saned
.RE