[Lunar-commits] <moonbase> nfs-utils: version bumped to 1.2.1.
Florin Braescu
florin at lunar-linux.org
Thu Mar 4 21:41:46 CET 2010
commit 5503a4af31eadd8c7dfce49388b0fd40d04dc3b5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Mar 4 22:41:46 2010 +0200
nfs-utils: version bumped to 1.2.1.
Many thanks to Duncan Gibson for the submission.
---
filesys/nfs-utils/BUILD | 8 ++++----
filesys/nfs-utils/DEPENDS | 1 +
filesys/nfs-utils/DETAILS | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/filesys/nfs-utils/BUILD b/filesys/nfs-utils/BUILD
index 69709f2..2ee200f 100644
--- a/filesys/nfs-utils/BUILD
+++ b/filesys/nfs-utils/BUILD
@@ -3,16 +3,16 @@ unalias make
(
( source /var/lib/lunar/unset.sh && ./configure --prefix=/usr --mandir=/usr/share/man \
- --disable-nfsv4 --disable-gss ) &&
+ --disable-nfsv4 --disable-gss ) &&
- ( source /var/lib/lunar/unset.sh && make ) &&
- prepare_install &&
+ ( source /var/lib/lunar/unset.sh && make ) &&
+ prepare_install &&
( source /var/lib/lunar/unset.sh && make install ) &&
if [ -e "/etc/init.d/nfslock.sh" ]; then
rm -f /etc/init.d/nfslock.sh
rm -f /etc/rc?.d/???nfslock.sh
- fi &&
+ fi &&
if [ -e "/etc/init.d/nfs.sh" ]; then
rm -f /etc/init.d/nfs.sh
diff --git a/filesys/nfs-utils/DEPENDS b/filesys/nfs-utils/DEPENDS
index f054781..fffbf90 100644
--- a/filesys/nfs-utils/DEPENDS
+++ b/filesys/nfs-utils/DEPENDS
@@ -1,2 +1,3 @@
depends portmap
depends quota
+depends libtirpc
diff --git a/filesys/nfs-utils/DETAILS b/filesys/nfs-utils/DETAILS
index 42018d4..76ab2d4 100644
--- a/filesys/nfs-utils/DETAILS
+++ b/filesys/nfs-utils/DETAILS
@@ -1,17 +1,17 @@
MODULE=nfs-utils
- VERSION=1.1.4
+ VERSION=1.2.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/nfs/
- SOURCE_VFY=sha1:560a063c681239b022f05e2c815402425ede01a6
+ SOURCE_URL=$SFORGE_URL/nfs
+ SOURCE_VFY=sha1:f8227b11657006ff839090acf879ed23111aecc4
WEB_SITE=http://nfs.sourceforge.net
SHORT="Network File System"
ENTERED=20011023
- UPDATED=20081111
+ UPDATED=20100304
+
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
drive. This allows for fast, seamless sharing of files across a network.
-
It also gives the potential for unwanted people to access your hard
drive over the network (and thereby possibly read your email and delete
all your files as well as break into your system) if you set it up
More information about the Lunar-commits
mailing list