hgfs: change default mountpoint from /n/hg to /mnt/hg

This commit is contained in:
cinap_lenrek 2011-11-27 22:53:31 +01:00
parent b56d307ce6
commit b5ce095300
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -746,7 +746,7 @@ main(int argc, char *argv[])
fmtinstall('H', Hfmt);
srv = nil;
mtpt = "/n/hg";
mtpt = "/mnt/hg";
ARGBEGIN {
case 'D':