Date: Sat, 27 Feb 2010 18:27:32 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c src/sbin/umount umount.c Message-ID: <201002271827.o1RIRted096336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2010-02-27 18:27:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sbin/mount_nfs mount_nfs.c
sbin/umount umount.c
Log:
SVN rev 204422 on 2010-02-27 18:27:32Z by ume
MFC r203490: Introduce '[ipaddr]:path' notation.
Since the existing implementation searches ':' backward, a path which
includes ':' could not be mounted. You can now mount such path by
enclosing an IP address by '[]'.
Though we should change to search ':' forward, it will break
'ipv6addr:path' which is currently working. So, it still searches ':'
backward, at least for now.
Revision Changes Path
1.88.2.4 +16 -6 src/sbin/mount_nfs/mount_nfs.c
1.46.2.3 +10 -3 src/sbin/umount/umount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002271827.o1RIRted096336>
