Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 22:15:47 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile mountd nfscbd nfsd nfsuserd
Message-ID:  <200906022215.n52MFv2o021536@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-06-02 22:15:47 UTC

  FreeBSD src repository

  Modified files:
    etc/defaults         rc.conf 
    etc/rc.d             Makefile mountd nfsd 
  Added files:
    etc/rc.d             nfscbd nfsuserd 
  Log:
  SVN rev 193354 on 2009-06-02 22:15:47Z by rmacklem
  
  Add support for the experimental nfs subsystem to the scripts in
  /etc/rc.d. They use the following new rc variables:
    nfsv4_server_enable - set to "YES" to run the experimental server
    nfsuserd_enable - set to "YES" to run nfsuserd for NFSv4 client and
      server
    nfsuserd_flags - command line flags for nfsuserd
    nfscbd_enable - set to "YES" to run the experimental nfs client's
      NFSv4 callback daemon
    nfscbd_flags - command line flags for nfscbd
  
  Reviewed by:    dougb
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.357     +5 -0      src/etc/defaults/rc.conf
  1.98      +2 -2      src/etc/rc.d/Makefile
  1.22      +7 -0      src/etc/rc.d/mountd
  1.1       +19 -0     src/etc/rc.d/nfscbd (new)
  1.17      +23 -9     src/etc/rc.d/nfsd
  1.1       +19 -0     src/etc/rc.d/nfsuserd (new)



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