[oe-commits] Chen Qi : local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 6 09:03:50 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5a09acef73b5cfc59bbcd3e93603c99a8c078bd8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5a09acef73b5cfc59bbcd3e93603c99a8c078bd8

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Thu Jul 31 16:41:06 2014 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample.extended | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index bc9860f..f7d8798 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; \
 #"



More information about the Openembedded-commits mailing list