[Lunar-commits] r26455 - in moonbase/branches/crater/modules_fixed_for_glibc_2.7: . nfs-utils

Dennis Veatch stumbles at lunar-linux.org
Sun Oct 28 21:05:51 CET 2007


Author: stumbles
Date: 2007-10-28 21:05:51 +0100 (Sun, 28 Oct 2007)
New Revision: 26455

Added:
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/BUILD
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DEPENDS
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DETAILS
Log:

This gets around failed build dealing with;

".deps/getkversion-getkversion.Tpo" -c -o getkversion-getkversion.o
`test -f 'getkversion.c' || echo './'`getkversion.c; \
        then
mv -f ".deps/getkversion-getkversion.Tpo" ".deps/getkversion-getkve
rsion.Po"; else rm -f ".deps/getkversion-getkversion.Tpo"; exit 1; fi
getkversion.c: In function 'main':
getkversion.c:17: error: 'UTS_RELEASE' undeclared (first use in this
function)

ATM I have added the two disables to the BUILD for the simple fact it
will take you into the rabbit hole of kerbose and such things. So if
your really want nfsv4 I think Ratler would be the one to sort that
all out.



Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/BUILD
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/BUILD	                        (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/BUILD	2007-10-28 20:05:51 UTC (rev 26455)
@@ -0,0 +1,22 @@
+unalias  make
+
+(
+
+  ( source /var/lib/lunar/unset.sh && ./configure  --prefix=/usr  --mandir=/usr/share/man \
+    --disable-nfsv4 --disable-gss ) &&
+
+  ( 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 &&
+
+  if [ -e "/etc/init.d/nfs.sh" ]; then
+    rm -f /etc/init.d/nfs.sh
+    rm -f /etc/rc?.d/???nfs.sh
+  fi
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DEPENDS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DEPENDS	                        (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DEPENDS	2007-10-28 20:05:51 UTC (rev 26455)
@@ -0,0 +1 @@
+depends portmap

Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DETAILS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/nfs-utils/DETAILS	2007-10-28 20:05:51 UTC (rev 26455)
@@ -0,0 +1,20 @@
+          MODULE=nfs-utils
+         VERSION=1.1.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/nfs/
+      SOURCE_VFY=sha1:9051a34be0987ffb3fce19df1acd8c4deddd7df2
+        WEB_SITE=http://nfs.sourceforge.net
+           SHORT="Network File System"
+         ENTERED=20011023
+         UPDATED=20071028
+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
+incorrectly. So please read the Security section of the NFS-HOWTO
+carefully if you intend to implement an NFS setup.
+EOF



More information about the Lunar-commits mailing list