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
@@ -91,13 +91,12 @@ already listed, mentioned here so you can get to them in one step:
How to Configure @command{wydawca}.
* include::
* syslog::
* sql::
* access methods::
-* copying::
* archivation::
* directory pairs::
* statistics::
* notification::
Mail Notification
@@ -385,13 +384,12 @@ configuration on a step-by-step basis.
@menu
* include::
* syslog::
* sql::
* access methods::
-* copying::
* archivation::
* directory pairs::
* statistics::
* notification::
@end menu
@@ -733,43 +731,12 @@ verify-user sql default SELECT user.user_name \
AND groups.unix_group_name='%@{project@}' \
AND user.user_name='%@{user@}'
@end group
@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
@UNREVISED
There may be cases when project maintainers need to overwrite
existing distributed files with another ones, having the same names.

Return to:

Send suggestions and report system problems to the System administrator.