nfs-utils: do not check for nfsd kernel module as it can be built-in into kernel...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 28 Aug 2007 13:53:58 +0000 (13:53 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 28 Aug 2007 13:53:58 +0000 (13:53 +0000)
packages/nfs-utils/files/nfsserver
packages/nfs-utils/nfs-utils_1.0.6.bb

index 4ff7591..bb16806 100644 (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
index a941843..012679b 100644 (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 \