hgfs: change default mountpoint from /n/hg to /mnt/hg
This commit is contained in:
parent
b56d307ce6
commit
b5ce095300
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ was specified with
|
|||
.B -m
|
||||
,
|
||||
then hgfs will mount itself on
|
||||
.B /n/hg
|
||||
.B /mnt/hg
|
||||
(default). When a
|
||||
.I service
|
||||
name is given with the
|
||||
|
|
|
@ -746,7 +746,7 @@ main(int argc, char *argv[])
|
|||
fmtinstall('H', Hfmt);
|
||||
|
||||
srv = nil;
|
||||
mtpt = "/n/hg";
|
||||
mtpt = "/mnt/hg";
|
||||
|
||||
ARGBEGIN {
|
||||
case 'D':
|
||||
|
|
Loading…
Reference in a new issue