From 713ffb0ef8118b1fe233a209a95c740d2885b1e1 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik <nail@nslu2-linux.org> Date: Fri, 20 Jan 2006 13:11:12 +0000 Subject: nfs-utils: Add missing test in initscript --- packages/nfs-utils/files/nfsserver | 2 +- packages/nfs-utils/nfs-utils_1.0.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nfs-utils/files/nfsserver b/packages/nfs-utils/files/nfsserver index 36391ee85a..1f1794f760 100644 --- a/packages/nfs-utils/files/nfsserver +++ b/packages/nfs-utils/files/nfsserver @@ -20,7 +20,7 @@ test -x "$NFS_NFSD" || exit 0 # # Default is 8 threads, value is settable between 1 and the truely # ridiculous 99 -test "$NFS_SERVERS" -gt 0 && "$NFS_SERVERS" -lt 100 || NFS_SERVERS=8 +test "$NFS_SERVERS" -gt 0 && test "$NFS_SERVERS" -lt 100 || NFS_SERVERS=8 # # The default state directory is /var/lib/nfs test -n "$NFS_STATEDIR" || NFS_STATEDIR=/var/lib/nfs diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index 0e2fefc51b..06029dc7c9 100644 --- a/packages/nfs-utils/nfs-utils_1.0.6.bb +++ b/packages/nfs-utils/nfs-utils_1.0.6.bb @@ -3,7 +3,7 @@ PRIORITY = "optional" SECTION = "console/networking" MAINTAINER = "dyoung <dyoung@thestuffguy.com>" LICENSE = "GPL" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://acinclude-lossage.patch;patch=1 \ -- cgit v1.2.3