From: Chen Qi Date: Thu, 31 Jul 2014 08:41:06 +0000 (+0800) Subject: local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS X-Git-Tag: 2015-4~2085 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a09acef73b5cfc59bbcd3e93603c99a8c078bd8;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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; \ #"