CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/05/29 14:01:32
Modified files:
sbin/mount : mount.c
Log message:
Make 'mount nfssrv:/path' without mount point work again :
- dont error out in realpath() check if argv contains @ or : (ie, is
a nfs remote path)
- relax getfsspec() call so that it succeeds for nfs remote paths too,
not only for duid devices.
Now we behave like Linux & FreeBSD (at least)..
Prompted by a diff from giovanni@ for xfce4-mount
ok jsing@ krw@
