diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-28 13:45:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-28 13:45:04 +0000 |
commit | aa58b8e74004d3e3f14d0572d3655d703d125926 (patch) | |
tree | aeda5e1bb0b2f39fce7e5b4eddc50cc976a732dd /packages/nfs-utils | |
parent | 36f544e86bea808bf6a89b2aba17625073591bdd (diff) |
disapproval of revision 'a8eed6047c4764f6f475a519b127e6c00f07442e'
Diffstat (limited to 'packages/nfs-utils')
-rw-r--r-- | packages/nfs-utils/files/nfsserver | 2 | ||||
-rw-r--r-- | packages/nfs-utils/nfs-utils_1.0.6.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/nfs-utils/files/nfsserver b/packages/nfs-utils/files/nfsserver index bb16806ed9..4ff75916d0 100644 --- a/packages/nfs-utils/files/nfsserver +++ b/packages/nfs-utils/files/nfsserver @@ -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 diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index 5a15da463c..a941843488 100644 --- a/packages/nfs-utils/nfs-utils_1.0.6.bb +++ b/packages/nfs-utils/nfs-utils_1.0.6.bb @@ -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" |