Date: Thu, 4 Feb 2010 15:17:49 +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: <201002041517.o14FHwl8063356@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2010-02-04 15:17:49 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c sbin/umount umount.c Log: SVN rev 203490 on 2010-02-04 15:17:49Z by ume 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. MFC after: 2 weeks Revision Changes Path 1.92 +16 -6 src/sbin/mount_nfs/mount_nfs.c 1.49 +10 -3 src/sbin/umount/umount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002041517.o14FHwl8063356>