cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)
This commit is contained in:
parent
854d028db9
commit
651fa5bd50
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue