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
|
mounts onto
|
||||||
.I mtpt
|
.I mtpt
|
||||||
(default
|
(default
|
||||||
.BR / )
|
.BR /mnt/cfs )
|
||||||
after connecting to the file server.
|
after connecting to the file server.
|
||||||
.PP
|
.PP
|
||||||
The options are:
|
The options are:
|
||||||
|
|
|
@ -136,7 +136,7 @@ main(int argc, char *argv[])
|
||||||
chkid = 1;
|
chkid = 1;
|
||||||
part = "/dev/sdC0/cache";
|
part = "/dev/sdC0/cache";
|
||||||
server = "tcp!fs";
|
server = "tcp!fs";
|
||||||
mtpt = "/tmp";
|
mtpt = "/mnt/cfs";
|
||||||
|
|
||||||
ARGBEGIN{
|
ARGBEGIN{
|
||||||
case 'a':
|
case 'a':
|
||||||
|
|
Loading…
Reference in a new issue