aboutsummaryrefslogtreecommitdiff
path: root/doc/wydawca.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-22 14:29:32 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-22 14:29:32 +0200
commitf09763f6b6e1e84ea9968457e6cc3e7af5360671 (patch)
tree39c0539d963d3553e4103bead25f22bd8a367f31 /doc/wydawca.texi
parent97d84293615048b936d35250c89b21259acdb18f (diff)
downloadwydawca-f09763f6b6e1e84ea9968457e6cc3e7af5360671.tar.gz
wydawca-f09763f6b6e1e84ea9968457e6cc3e7af5360671.tar.bz2
Remove sendfile support
Diffstat (limited to 'doc/wydawca.texi')
-rw-r--r--doc/wydawca.texi33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 876a8fa..ad274b2 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -94,7 +94,6 @@ How to Configure @command{wydawca}.
* syslog::
* sql::
* access methods::
-* copying::
* archivation::
* directory pairs::
* statistics::
@@ -388,7 +387,6 @@ configuration on a step-by-step basis.
* syslog::
* sql::
* access methods::
-* copying::
* archivation::
* directory pairs::
* statistics::
@@ -736,37 +734,6 @@ verify-user sql default SELECT user.user_name \
@end smallexample
@end deffn
-@node copying
-@section Copying
-@cindex sendfile
-@cindex Invalid value, warning message
-@cindex Function not implemented, warning message
-@UNREVISED
-If compiled for GNU/Linux, @command{wydawca} tries to optimize disk
-transfer operations by using @code{sendfile} system call. If it
-fails, and the error is recoverable, @command{wydawca} falls back to
-copying files using user space. This is indicated by one of the following
-warning messages:
-
-@smallexample
- sendfile: copying @var{source} to @var{dest} failed: Invalid value
-
- sendfile: copying @var{source} to @var{dest} failed: Function not
- implemented
-@end smallexample
-
-@kwindex enable-sendfile
- If you encounter any of these, disable @code{sendfile} by adding the
-following to your configuration file:
-
-@smallexample
-enable-sendfile no
-@end smallexample
-
- In particular, you need to disable sendfile when compiling
-@command{wydawca} for Linux kernels starting from version 2.6.9 and
-higher.
-
@node archivation
@section Archivation
@cindex archivation, defined

Return to:

Send suggestions and report system problems to the System administrator.