Author: alexander
Date: 2005-06-24 20:17:57 -0600 (Fri, 24 Jun 2005)
New Revision: 277
Modified:
x86/branches/6.1/packages/nfs-utils/Makefile
Log:
Typo fix
Modified: x86/branches/6.1/packages/nfs-utils/Makefile
===================================================================
--- x86/branches/6.1/packages/nfs-utils/Makefile 2005-06-25 02:08:35 UTC
(rev 276)
+++ x86/branches/6.1/packages/nfs-utils/Makefile 2005-06-25 02:17:57 UTC
(rev 277)
@@ -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