SCons configuration files added to FILES
This commit is contained in:
parent
aa8f4e373a
commit
0a3074fdcd
10
FILES
10
FILES
|
|
@ -10,8 +10,11 @@ Complete content of the FSP package:
|
||||||
setup.csh CSH script for initializing FSP (Unix).
|
setup.csh CSH script for initializing FSP (Unix).
|
||||||
setup.sh SH script for initializing FSP (Unix).
|
setup.sh SH script for initializing FSP (Unix).
|
||||||
fspd.conf An example fspd.conf file suitable for copying and editing.
|
fspd.conf An example fspd.conf file suitable for copying and editing.
|
||||||
|
SConstruct SCons main configuration file
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
|
|
||||||
doc/ Aditional FSP documentation
|
doc/ Aditional FSP documentation
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
faq.html OLD FSP FAQ
|
faq.html OLD FSP FAQ
|
||||||
HISTORY OLD FSP Changelog
|
HISTORY OLD FSP Changelog
|
||||||
PROTOCOL FSP v2 protocol definition
|
PROTOCOL FSP v2 protocol definition
|
||||||
|
|
@ -20,6 +23,7 @@ Complete content of the FSP package:
|
||||||
bsd_src/ Directory containing additional sources derived from
|
bsd_src/ Directory containing additional sources derived from
|
||||||
those in public archive on uunet.uu.net. Most sources
|
those in public archive on uunet.uu.net. Most sources
|
||||||
are modified to deal with FSP or some architectures.
|
are modified to deal with FSP or some architectures.
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
cmp.c BSD compare routines.
|
cmp.c BSD compare routines.
|
||||||
find.c Source for BSD find.
|
find.c Source for BSD find.
|
||||||
fnmatch.c filename matching functions for BSD find.
|
fnmatch.c filename matching functions for BSD find.
|
||||||
|
|
@ -33,11 +37,13 @@ Complete content of the FSP package:
|
||||||
util.c additional util routines for ls.
|
util.c additional util routines for ls.
|
||||||
|
|
||||||
client/ Code common to all clients
|
client/ Code common to all clients
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
lib.c Core routines of the client library.
|
lib.c Core routines of the client library.
|
||||||
lock.c Simple file locking code to do client multi-plexing.
|
lock.c Simple file locking code to do client multi-plexing.
|
||||||
util.c Supplementry routines of the client library.
|
util.c Supplementry routines of the client library.
|
||||||
|
|
||||||
clients/ Code for the standalone and merged client versions
|
clients/ Code for the standalone and merged client versions
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
fcatcmd.c These compiles into individual client utilities.
|
fcatcmd.c These compiles into individual client utilities.
|
||||||
fcdcmd.c Those with a "cmd" in their name will require
|
fcdcmd.c Those with a "cmd" in their name will require
|
||||||
fducmd.c shell alias wrappers either because they do their own
|
fducmd.c shell alias wrappers either because they do their own
|
||||||
|
|
@ -66,6 +72,7 @@ Complete content of the FSP package:
|
||||||
be achieved on some machines.
|
be achieved on some machines.
|
||||||
|
|
||||||
common/ Directory containing code used in both server and clients
|
common/ Directory containing code used in both server and clients
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
strdup.c Unix strdup function.
|
strdup.c Unix strdup function.
|
||||||
random.c Unix random function.
|
random.c Unix random function.
|
||||||
getsl.c gets with length limit
|
getsl.c gets with length limit
|
||||||
|
|
@ -94,6 +101,7 @@ Complete content of the FSP package:
|
||||||
version.h header file containing FSP version information.
|
version.h header file containing FSP version information.
|
||||||
|
|
||||||
man/ Manual pages for the FSP clients/server.
|
man/ Manual pages for the FSP clients/server.
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
Man pages
|
Man pages
|
||||||
fcat.1
|
fcat.1
|
||||||
fcatcmd.1
|
fcatcmd.1
|
||||||
|
|
@ -125,6 +133,7 @@ Complete content of the FSP package:
|
||||||
fsp_env.7
|
fsp_env.7
|
||||||
|
|
||||||
server/ Files needed to compile the FSPD server
|
server/ Files needed to compile the FSPD server
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
acl.c ACL loading, saving, testing
|
acl.c ACL loading, saving, testing
|
||||||
conf.c fspd configuration file reading routines.
|
conf.c fspd configuration file reading routines.
|
||||||
fifocache.c Simple FIFO - style cache
|
fifocache.c Simple FIFO - style cache
|
||||||
|
|
@ -141,6 +150,7 @@ Complete content of the FSP package:
|
||||||
server.c FSP Packet serving
|
server.c FSP Packet serving
|
||||||
|
|
||||||
contrib/ User contributed files
|
contrib/ User contributed files
|
||||||
|
SConscript SCons script for building files in directory
|
||||||
rotate.py 90deg. rotation of input text
|
rotate.py 90deg. rotation of input text
|
||||||
fspscan.c FSP site scanner
|
fspscan.c FSP site scanner
|
||||||
auto_del.csh Remove outdated files from FSP home
|
auto_del.csh Remove outdated files from FSP home
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user