diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver index fe76c515e0..69c871855f 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver | |||
| @@ -31,7 +31,7 @@ test -x "$NFS_NFSD" || exit 0 | |||
| 31 | # | 31 | # |
| 32 | # Default is 8 threads, value is settable between 1 and the truely | 32 | # Default is 8 threads, value is settable between 1 and the truely |
| 33 | # ridiculous 99 | 33 | # ridiculous 99 |
| 34 | test "$NFS_SERVERS" -gt 0 && test "$NFS_SERVERS" -lt 100 || NFS_SERVERS=8 | 34 | test "$NFS_SERVERS" != "" && test "$NFS_SERVERS" -gt 0 && test "$NFS_SERVERS" -lt 100 || NFS_SERVERS=8 |
| 35 | # | 35 | # |
| 36 | # The default state directory is /var/lib/nfs | 36 | # The default state directory is /var/lib/nfs |
| 37 | test -n "$NFS_STATEDIR" || NFS_STATEDIR=/var/lib/nfs | 37 | test -n "$NFS_STATEDIR" || NFS_STATEDIR=/var/lib/nfs |
