diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-28 13:53:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-28 13:53:58 +0000 |
commit | 966255697cf8b5d0641c67fb60adf031b1f9dd0b (patch) | |
tree | 13e33100a266c6ac3d0014bef1a40c61912cb9a7 /packages/nfs-utils | |
parent | c485e94a4a2a2db61c39cc8c3013ed1407e04e28 (diff) |
nfs-utils: do not check for nfsd kernel module as it can be built-in into kernel. (Taken from Poky - r1395)
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 | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/packages/nfs-utils/files/nfsserver b/packages/nfs-utils/files/nfsserver index 4ff75916d0..bb16806ed9 100644 --- a/packages/nfs-utils/files/nfsserver +++ b/packages/nfs-utils/files/nfsserver @@ -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 diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index a941843488..012679b8b9 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 = "r9" +PR = "r10" SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://acinclude-lossage.patch;patch=1 \ |