Author: alexander
Date: 2005-06-24 20:08:35 -0600 (Fri, 24 Jun 2005)
New Revision: 276

Modified:
   x86/branches/6.1/packages/nfs-utils/Makefile
Log:
Updated nfs-utils to match instructions in BLFS book

Modified: x86/branches/6.1/packages/nfs-utils/Makefile
===================================================================
--- x86/branches/6.1/packages/nfs-utils/Makefile        2005-06-24 22:29:22 UTC 
(rev 275)
+++ x86/branches/6.1/packages/nfs-utils/Makefile        2005-06-25 02:08:35 UTC 
(rev 276)
@@ -20,9 +20,9 @@
        @echo ""
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f /usr/sbin/exportfs ] ; then unpack $(FILE) && cd $(DIR) && \
-        groupadd -g 65534 nogroup && \
-        useradd -c nobody -d /home -g nogroup -s /bin/bash -u 65534 nobody && \
-        ./configure --prefix=/usr --sysconfdir=/etc && \
+        groupadd -g 99 nogroup && \
+        useradd nobody -d /dev/null -g nogroup -s /bin/false -u 99 nobody && \
+        ./configure --prefix=/usr --sysconfdir=/etc --disable-nfsv4 
--disable-gss && \
         make && \
         make install ; fi
        @make clean

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to