[Lunar-commits] <moonbase> nfs-utils: updated to 1.1.3. Added quota dependency to fix nfs init.d script failure.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Oct 5 03:42:15 CEST 2008
commit 7b0703715db6e2bb4d76c9b740e70ef06f787443
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Oct 5 03:42:15 2008 +0200
nfs-utils: updated to 1.1.3. Added quota dependency to fix nfs init.d script failure.
(missing rpc.rquotad is distributed in quota package, not in nfs-utils like it was before 1.1 version).
---
filesys/nfs-utils/DEPENDS | 1 +
filesys/nfs-utils/DETAILS | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/filesys/nfs-utils/DEPENDS b/filesys/nfs-utils/DEPENDS
index 32b854c..f054781 100644
--- a/filesys/nfs-utils/DEPENDS
+++ b/filesys/nfs-utils/DEPENDS
@@ -1 +1,2 @@
depends portmap
+depends quota
diff --git a/filesys/nfs-utils/DETAILS b/filesys/nfs-utils/DETAILS
index 865d626..e14a9ab 100644
--- a/filesys/nfs-utils/DETAILS
+++ b/filesys/nfs-utils/DETAILS
@@ -1,12 +1,12 @@
MODULE=nfs-utils
- VERSION=1.1.1
+ VERSION=1.1.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/nfs/
- SOURCE_VFY=sha1:9051a34be0987ffb3fce19df1acd8c4deddd7df2
+ SOURCE_VFY=sha1:cb1d717962c8c1901d10aece3275eb6c0fe52428
WEB_SITE=http://nfs.sourceforge.net
SHORT="Network File System"
ENTERED=20011023
- UPDATED=20071028
+ UPDATED=20081004
cat << EOF
The Network File System (NFS) was developed to allow machines to mount
a disk partition on a remote machine as if it were on a local hard
More information about the Lunar-commits
mailing list