CVS: moonbase/net/nfs-utils BUILD,1.2,1.3 DETAILS,1.2,1.3
csm at lunar-linux.org
csm at lunar-linux.org
Mon Aug 11 03:05:11 GMT 2003
Update of /var/cvs/lunar/moonbase/net/nfs-utils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23106
Modified Files:
BUILD DETAILS
Log Message:
this update will require the new "theedge" or lunar be downloaded prior to building
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/nfs-utils/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 14 Jul 2003 23:11:46 -0000 1.2
+++ BUILD 11 Aug 2003 03:05:09 -0000 1.3
@@ -2,11 +2,11 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- ./configure --prefix=/usr --mandir=/usr/share/man &&
- make &&
+ #patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ ( source /var/lib/lunar/unset.sh && ./configure --prefix=/usr --mandir=/usr/share/man ) &&
+ ( source /var/lib/lunar/unset.sh && make ) &&
prepare_install &&
- make install &&
+ ( source /var/lib/lunar/unset.sh && make install ) &&
if [ -e "/etc/init.d/nfslock.sh" ]; then
rm -f /etc/init.d/nfslock.sh
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/nfs-utils/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 14 Jul 2003 23:11:46 -0000 1.2
+++ DETAILS 11 Aug 2003 03:05:09 -0000 1.3
@@ -1,10 +1,10 @@
MODULE=nfs-utils
- VERSION=1.0.3
+ VERSION=1.0.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=nfs-utils-1.0.3-mountd.secfix.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://download.sourceforge.net/nfs/$SOURCE
- SOURCE2_URL=$LRESORT_URL/$SOURCE2
+ #SOURCE2_URL=$LRESORT_URL/$SOURCE2
WEB_SITE=http://nfs.sourceforge.net
SHORT="NFS is The Network File System"
ENTERED=20011023
More information about the Lunar-commits
mailing list