From 052bae42dc6a326b5410d16fb2d2f670dc073924 Mon Sep 17 00:00:00 2001 From: hsn <> Date: Wed, 10 Dec 2003 18:12:14 +0000 Subject: [PATCH] fixed case for mklargefile.py in tests/Makefile.am --- ChangeLog | 4 ++++ INSTALL | 6 +++--- fspd.conf | 10 +++++----- tests/Makefile.am | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e23aeb..8cf7789 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version NEXT + sven has added fspget URL command to setup.sh. + fixed case for mklargefile.py in tests/Makefile.am + Version 2.8.1b18 - 25 Nov 24 2003 This is MINIMUM REQUIRED VERSION for applications which are using javafsp library, only download machine atm. Javafsp library will diff --git a/INSTALL b/INSTALL index 333a446..013ca91 100644 --- a/INSTALL +++ b/INSTALL @@ -130,10 +130,10 @@ Server Administration: directories under the current directory owned by the client creating the directory. - .FSP_PRIVATE If this file exists, only the owner of the directory + .FSP_NO_GET If this file exists, only the owner of the directory is allowed to read the contents of the files in the - directory. Subdirectories of this directory will - inherit the privacy protection. + directory. Newly created subdirectories of this + directory will inherit the privacy protection. Clients do not get to read the directory information directly. Instead, fspd maintains a directory listing for each directory diff --git a/fspd.conf b/fspd.conf index c89577a..206d3ad 100644 --- a/fspd.conf +++ b/fspd.conf @@ -11,11 +11,11 @@ # port 21 -# The 'packetsize' sets maximal data size which will send FSPD in one -# packet. FSP definition allows up to 1024 bytes of data and it is a -# recommended to use this value unless there is a reason to use a smaller -# one. If your fsp site eats too much bandwidth try smaller value. -# !! If you change this value you must delete all .FSP_CONTENT files !! +# The 'packetsize' sets maximal data size which will send FSPD in one packet. +# FSP definition allows up to 1024 bytes of data (default value) and it is a +# recommended to use this value unless there is a reason to use a smaller one. +# If your fsp site eats too much bandwidth try smaller value. !!! If you +# change this value you must delete all .FSP_CONTENT files !!! # packetsize 768 # The 'conf' command allows a global file to read local files so that diff --git a/tests/Makefile.am b/tests/Makefile.am index 76158ae..a942fb2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ noinst_PROGRAMS=mklargefile cachecheck parsecheck randomcheck -extra_DIST=mklargefile.py +EXTRA_DIST=mklargefile.py cachecheck_SOURCES=../server/fifocache.c cachecheck.c parsecheck_SOURCES=parsecheck.c ../server/path.c