]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS
authorChen Qi <Qi.Chen@windriver.com>
Thu, 31 Jul 2014 08:41:06 +0000 (16:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Aug 2014 16:38:17 +0000 (17:38 +0100)
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>
meta/conf/local.conf.sample.extended

index bc9860ff16ceb98c063b952972e5c7c02e3bf004..f7d8798e7ff5a63099c48d82698231942fc22ef5 100644 (file)
 #useradd -p '' tester; \
 #groupadd developers; \
 #userdel nobody; \
-#groupdel -g video; \
+#groupdel video; \
 #groupmod -g 1020 developers; \
 #usermod -s /bin/sh tester; \
 #"