1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Delete the /etc/rc.d/nfsserver script, since it is no

longer used by /etc/rc.d/nfsd and it is no longer necessary
to load the old nfs server by default, when nfs_server_enable="YES".

Tested by:	sgk at troutmask.apl.washington.edu
Reviewed by:	rc (Andrzej Tobola)
This commit is contained in:
Rick Macklem 2011-07-08 00:49:50 +00:00
parent cd2809fc68
commit 1e2cac7b7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223852
6 changed files with 6 additions and 23 deletions

View File

@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
# 20110707: script no longer needed by /etc/rc.d/nfsd
OLD_FILES+=etc/rc.d/nfsserver
# 20110705: files moved so both NFS clients can share them
OLD_FILES+=usr/include/nfsclient/krpc.h
OLD_FILES+=usr/include/nfsclient/nfsdiskless.h

View File

@ -24,7 +24,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
named natd netif netoptions netwait \
newsyslog nfsclient nfscbd nfsd \
nfsserver nfsuserd nisdomain nsswitch ntpd ntpdate \
nfsuserd nisdomain nsswitch ntpd ntpdate \
othermta \
pf pflog pfsync \
powerd power_profile ppp pppoed pwcheck \

View File

@ -5,7 +5,7 @@
#
# PROVIDE: lockd
# REQUIRE: nfsserver nfsclient nfsd rpcbind statd
# REQUIRE: nfsclient nfsd rpcbind statd
# BEFORE: DAEMON
# KEYWORD: nojail shutdown

View File

@ -4,7 +4,7 @@
#
# PROVIDE: mountd
# REQUIRE: NETWORKING nfsserver rpcbind quota
# REQUIRE: NETWORKING rpcbind quota
# KEYWORD: nojail shutdown
. /etc/rc.subr

View File

@ -1,19 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: nfsserver
# REQUIRE: NETWORKING mountcritremote
# KEYWORD: nojail
. /etc/rc.subr
name="nfsserver"
rcvar="nfs_server_enable"
start_cmd=":"
stop_cmd=":"
required_modules="nfsserver"
load_rc_config $name
run_rc_command "$1"

View File

@ -5,7 +5,7 @@
#
# PROVIDE: statd
# REQUIRE: nfsserver nfsclient nfsd rpcbind
# REQUIRE: nfsclient nfsd rpcbind
# BEFORE: DAEMON
# KEYWORD: nojail shutdown