[poky] [PATCH] local.conf.sample.extended: fix example for	EXTRA_USERS_PARAMS
    Chen Qi 
    Qi.Chen at windriver.com
       
    Thu Jul 31 01:41:06 PDT 2014
    
    
  
The `groupdel' command doesn't support '-g' option, so remove it.
[YOCTO #6575]
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta-yocto/conf/local.conf.sample.extended |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 89b80a6..f26d612 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -275,7 +275,7 @@
 #useradd -p '' tester; \
 #groupadd developers; \
 #userdel nobody; \
-#groupdel -g video; \
+#groupdel video; \
 #groupmod -g 1020 developers; \
 #usermod -s /bin/sh tester; \
 #"
-- 
1.7.9.5
    
    
More information about the poky
mailing list