1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/compat/opensolaris/misc
Pawel Jakub Dawidek 48ac84fc56 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.
2007-04-21 13:17:23 +00:00
..
fsshare.c Improve sharenfs option handling, so it is possible to give hosts list. 2007-04-21 13:17:23 +00:00
mkdirp.c
mnttab.c
zmount.c
zone.c