summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-06-02 22:15:47 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-06-02 22:15:47 +0000
commit0bff7488fb988a9a6e62cddf177ad456bfd43aaf (patch)
tree62472819818ec9abd8b1528f6a70e2b3a0878437 /etc/rc.d/Makefile
parentb55d45b9c9f4259eb09b762956ea264a731bb796 (diff)
downloadFreeBSD-src-0bff7488fb988a9a6e62cddf177ad456bfd43aaf.zip
FreeBSD-src-0bff7488fb988a9a6e62cddf177ad456bfd43aaf.tar.gz
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)
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-xetc/rc.d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index abeb757..f2e2b4f 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -23,8 +23,8 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
mixer motd mountcritlocal mountcritremote mountlate \
mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
named natd netif netoptions \
- network_ipv6 newsyslog nfsclient nfsd \
- nfsserver nisdomain nsswitch ntpd ntpdate \
+ network_ipv6 newsyslog nfsclient nfscbd nfsd \
+ nfsserver nfsuserd nisdomain nsswitch ntpd ntpdate \
othermta \
pf pflog pfsync \
powerd power_profile ppp pppoed pwcheck \
OpenPOWER on IntegriCloud