aboutsummaryrefslogtreecommitdiffstats
path: root/plpfuse/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make plpfuse daemonize if -f not given.Reuben Thomas2007-12-151-5/+7
|
* Fix up option-parsing code to cope with -p. Add a note about how it'sReuben Thomas2007-12-151-16/+17
| | | | | | all kludged. Remove trace of old -u option.
* Sort out command-line arguments, so that both FUSE and plpfuse get toReuben Thomas2007-12-151-43/+55
| | | | | | parse them. Force FUSE to run single-threaded.
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-0/+380
Other minor simplifications to the build system.