ref: 651fa5bd50c10a13cc970b9bd0ef1c6ea3c5f62a
parent: 854d028db99d81752082028700bd7ada53306424
author: cinap_lenrek <[email protected]>
date: Thu Dec 11 15:38:04 EST 2014
cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)
--- a/sys/man/4/cfs
+++ b/sys/man/4/cfs
@@ -43,7 +43,7 @@
mounts onto
.I mtpt
(default
-.BR / )
+.BR /mnt/cfs )
after connecting to the file server.
.PP
The options are:
--- a/sys/src/cmd/cfs/cfs.c
+++ b/sys/src/cmd/cfs/cfs.c
@@ -136,7 +136,7 @@
chkid = 1;
part = "/dev/sdC0/cache";
server = "tcp!fs";
- mtpt = "/tmp";
+ mtpt = "/mnt/cfs";
ARGBEGIN{
case 'a':