cvs commit: src/compat/opensolaris/misc fsshare.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Apr 21 13:17:25 UTC 2007
pjd 2007-04-21 13:17:24 UTC
FreeBSD src repository
Modified files:
compat/opensolaris/misc fsshare.c
Log:
Improve sharenfs option handling, so it is possible to give hosts list.
Before the change the command above:
# zfs set sharenfs=freefall.freebsd.org,69.147.83.54 tank/foo
was translated to:
/tank/foo -freefall.freebsd.org -69.147.83.54
instead of:
/tank/foo freefall.freebsd.org 69.147.83.54
This commit corrects this.
Revision Changes Path
1.2 +26 -9 src/compat/opensolaris/misc/fsshare.c
More information about the cvs-src
mailing list