cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)

This commit is contained in:
cinap_lenrek 2014-12-11 20:38:04 +01:00
parent 854d028db9
commit 651fa5bd50
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ information for that file.
mounts onto
.I mtpt
(default
.BR / )
.BR /mnt/cfs )
after connecting to the file server.
.PP
The options are:

View file

@ -136,7 +136,7 @@ main(int argc, char *argv[])
chkid = 1;
part = "/dev/sdC0/cache";
server = "tcp!fs";
mtpt = "/tmp";
mtpt = "/mnt/cfs";
ARGBEGIN{
case 'a':