Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2007 13:17:24 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/compat/opensolaris/misc fsshare.c
Message-ID:  <200704211317.l3LDHOKJ068294@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704211317.l3LDHOKJ068294>