K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-04-21T13:17:23.000000Z K 7 svn:log V 326 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. END