aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-07-31 16:41:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-04 17:38:17 +0100
commit5a09acef73b5cfc59bbcd3e93603c99a8c078bd8 (patch)
treec200035694981864845a8263415597ae118f36fc
parentadd7b9cb20282f837c90a785f04ca690a9bbe87e (diff)
downloadopenembedded-core-contrib-5a09acef73b5cfc59bbcd3e93603c99a8c078bd8.tar.gz
local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS
The `groupdel' command doesn't support '-g' option, so remove it. [YOCTO #6575] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/local.conf.sample.extended2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index bc9860ff16..f7d8798e7f 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -282,7 +282,7 @@
#useradd -p '' tester; \
#groupadd developers; \
#userdel nobody; \
-#groupdel -g video; \
+#groupdel video; \
#groupmod -g 1020 developers; \
#usermod -s /bin/sh tester; \
#"