disapproval of revision 'a8eed6047c4764f6f475a519b127e6c00f07442e'
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 28 Aug 2007 13:45:04 +0000 (13:45 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 28 Aug 2007 13:45:04 +0000 (13:45 +0000)
packages/nfs-utils/files/nfsserver
packages/nfs-utils/nfs-utils_1.0.6.bb

index bb16806..4ff7591 100644 (file)
@@ -2,6 +2,8 @@
 #
 # 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 5a15da4..a941843 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "userspace utilities for kernel nfs"
 PRIORITY = "optional"
 SECTION = "console/network"
 LICENSE = "GPL"
-PR = "r10"
+PR = "r9"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
        file://acinclude-lossage.patch;patch=1 \
@@ -10,7 +10,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
        file://stat-include.patch;patch=1 \
        file://nfs-utils-1.0.6-uclibc.patch;patch=1 \
        file://kernel-2.6.18+.patch;patch=1 \
-       file://uclibc_bzero_fix.patch;patch=1 \
        file://nfsserver \
        file://forgotten-defines"