Author: jhuntwork
Date: 2005-06-24 16:29:22 -0600 (Fri, 24 Jun 2005)
New Revision: 275

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

Modified: x86/trunk/packages/nfs-utils/Makefile
===================================================================
--- x86/trunk/packages/nfs-utils/Makefile       2005-06-24 13:44:50 UTC (rev 
274)
+++ x86/trunk/packages/nfs-utils/Makefile       2005-06-24 22:29:22 UTC (rev 
275)
@@ -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