Author: jhuntwork
Date: 2005-06-25 19:29:09 -0600 (Sat, 25 Jun 2005)
New Revision: 279

Modified:
   x86/trunk/packages/nfs-utils/Makefile
Log:
Merged command tweak from branches/6.1, r267

Modified: x86/trunk/packages/nfs-utils/Makefile
===================================================================
--- x86/trunk/packages/nfs-utils/Makefile       2005-06-25 03:19:45 UTC (rev 
278)
+++ x86/trunk/packages/nfs-utils/Makefile       2005-06-26 01:29:09 UTC (rev 
279)
@@ -21,7 +21,7 @@
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f /usr/sbin/exportfs ] ; then unpack $(FILE) && cd $(DIR) && \
         groupadd -g 99 nogroup && \
-        useradd nobody -d /dev/null -g nogroup -s /bin/false -u 99 nobody && \
+        useradd -c "Unprivileged 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

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

Reply via email to