Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] shadow-native: use 'users' group by default
@ 2012-07-20 18:13 Otavio Salvador
  2012-07-20 18:13 ` [PATCH 2/2] shadow: " Otavio Salvador
  2012-07-20 18:16 ` [PATCH 1/2] shadow-native: " Otavio Salvador
  0 siblings, 2 replies; 6+ messages in thread
From: Otavio Salvador @ 2012-07-20 18:13 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../shadow/shadow-native_4.1.4.3.bb                |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
index 1e071f1..8115328 100644
--- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD | Artistic-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \
                     file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \
            file://shadow.automake-1.11.patch \
@@ -46,4 +46,7 @@ do_install_append() {
 	# Now we don't have a mail system. Disable mail creation for now.
 	sed -i 's:/bin/bash:/bin/sh:g' ${D}${sysconfdir}/default/useradd
 	sed -i '/^CREATE_MAIL_SPOOL/ s:^:#:' ${D}${sysconfdir}/default/useradd
+
+	# Use users group by default
+	sed -i sed 's,^GROUP=1000,GROUP=100,g' ${D}${sysconfdir}/default/useradd
 }
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-22 18:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 18:13 [PATCH 1/2] shadow-native: use 'users' group by default Otavio Salvador
2012-07-20 18:13 ` [PATCH 2/2] shadow: " Otavio Salvador
2012-07-20 18:16   ` Otavio Salvador
2012-07-22 12:18     ` Richard Purdie
2012-07-22 18:32       ` Otavio Salvador
2012-07-20 18:16 ` [PATCH 1/2] shadow-native: " Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox