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
|
.B -m
|
||||||
,
|
,
|
||||||
then hgfs will mount itself on
|
then hgfs will mount itself on
|
||||||
.B /n/hg
|
.B /mnt/hg
|
||||||
(default). When a
|
(default). When a
|
||||||
.I service
|
.I service
|
||||||
name is given with the
|
name is given with the
|
||||||
|
|
|
@ -746,7 +746,7 @@ main(int argc, char *argv[])
|
||||||
fmtinstall('H', Hfmt);
|
fmtinstall('H', Hfmt);
|
||||||
|
|
||||||
srv = nil;
|
srv = nil;
|
||||||
mtpt = "/n/hg";
|
mtpt = "/mnt/hg";
|
||||||
|
|
||||||
ARGBEGIN {
|
ARGBEGIN {
|
||||||
case 'D':
|
case 'D':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue