Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MKCACHE(1)			     GoFish			      MKCACHE(1)

NAME
     mkcache - produce .cache files for GoFish

SYNOPSIS
     mkcache [-c config] [-rv] [-s sorttype] [directory]

DESCRIPTION
     mkcache  automatically  generates .cache files for the GoFish gopher server
     based on the files in the directories.

     Because all files are specified relative to the gopher root  directory,  it
     is  very  important that the root directory is set correctly. mkcache reads
     the same configuration file used by GoFish.

     The directory to process defaults to the root directory.  If you explicitly
     set directory, it must be a subdirectory of the root directory.

WARNING
     mkcache will overwrite all existing .cache files.

OPTIONS
     -c {config}
	    set the config file to read

     -r     recurse into directories

     -s n   sort type. 0 = simple, 1 = dirs first, 2 = dirs then filetype

     -v     increase verbosity

SEE ALSO
     gofish(1), gofish(5), dotcache(5)

AUTHOR
     Written by Sean MacLennan

REPORTING BUGS
     Report bugs to <headgopher@seanm.ca>.

COPYRIGHT
     Copyright (C) 2002 Sean MacLennan
     This is free software; see the source for copying conditions.  There is  NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

mkcache 			   August 2002			      MKCACHE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mkcache&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help