SPECS: samba.spec - pl for vfs_readahead

qboosh qboosh at pld-linux.org
Sat Jun 16 16:45:32 CEST 2007


Author: qboosh                       Date: Sat Jun 16 14:45:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for vfs_readahead

---- Files affected:
SPECS:
   samba.spec (1.359 -> 1.360) 

---- Diffs:

================================================================
Index: SPECS/samba.spec
diff -u SPECS/samba.spec:1.359 SPECS/samba.spec:1.360
--- SPECS/samba.spec:1.359	Sat Jun 16 16:41:06 2007
+++ SPECS/samba.spec	Sat Jun 16 16:45:27 2007
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO:
 # - look into other distro specs for valid %descriptions for samba 3
-# - pl for vfs-readahead
 # - unpackaged man pages for modules that are not built by default,
 #   maybe we should build them?
 #   /usr/share/man/man8/vfs_cacheprime.8.gz
@@ -647,6 +646,7 @@
 
 %package vfs-readahead
 Summary:       VFS module for pre-loading the kernel buffer cache
+Summary(pl.UTF-8):	Moduł VFS do wczesnego odczytu danych do bufora cache jądra
 Group:         Networking/Daemons
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 
@@ -660,15 +660,16 @@
 Windows Explorer program, which asynchronously does multiple file read
 requests at offset boundaries of 0x80000 bytes.
 
-The offset multiple used is given by the readahead:offset option,
-which defaults to 0x80000.
-
-The size of the disk read operations performed by vfs_readahead is
-determined by the readahead:length option. By default this is set to
-the same value as the readahead:offset option and if not set
-explicitly will use the current value of readahead:offset.
-
-This module is stackable.
+%description vfs-readahead -l pl.UTF-8
+Ten moduł VFS wykrywa żądania odczytu spod wielokrotności podanych
+pozycji (domyślnie 0x80000 szesnastkowo) i instruuje jądro poprzez
+wywołanie systemowe readahead (pod Linuksem) lub posix_fadvise do
+wczesnego odczytu tych danych do bufora cache.
+
+Ten moduł jest przydatny dla klientów Windows Vista odczytujących dane
+przy użyciu programu Windows Explorer, który asynchronicznie wykonuje
+wiele żądań odczytu plików spod pozycji o wielokrotnościach 0x80000
+bajtów.
 
 %package vfs-readonly
 Summary:	VFS module for read-only limitation for specified share
@@ -1534,6 +1535,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.360  2007/06/16 14:45:27  qboosh
+- pl for vfs_readahead
+
 Revision 1.359  2007/06/16 14:41:06  qboosh
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/samba.spec?r1=1.359&r2=1.360&f=u



More information about the pld-cvs-commit mailing list