nfs-utils: do not check for nfsd kernel module as it can be built-in into kernel (like qemux86 do)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1395 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-03-28 09:40:29 +00:00
parent a89a8b57fe
commit 4454dbbe95
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
#
# Startup script for nfs-utils
#
# The nfsd kernel module must exist along with its dependencies
modprobe -n nfsd || exit 0
#
# The environment variable NFS_SERVERS may be set in /etc/default/nfsd
# Other control variables may be overridden here too

View File

@ -2,7 +2,7 @@ DESCRIPTION = "userspace utilities for kernel nfs"
PRIORITY = "optional"
SECTION = "console/network"
LICENSE = "GPL"
PR = "r9"
PR = "r10"
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
file://acinclude-lossage.patch;patch=1 \