All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root
@ 2013-01-06 11:54 Andrei Gherzan
  2013-01-06 11:54 ` [meta-ivi][PATCH 02/23] README.md: Reformat file to use maximum 80 columns Andrei Gherzan
                   ` (22 more replies)
  0 siblings, 23 replies; 25+ messages in thread
From: Andrei Gherzan @ 2013-01-06 11:54 UTC (permalink / raw)
  To: holger.behrens, florin.sarbu; +Cc: yocto, Andrei Gherzan

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 .../base-passwd/add-default-root-pass.patch        |    4 ++--
 .../base-passwd/base-passwd_3.5.26.bbappend        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch b/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch
index 48b0eb3..320841e 100644
--- a/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch
+++ b/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch
@@ -3,8 +3,8 @@ Index: base-passwd/passwd.master
 --- base-passwd.orig/passwd.master	2012-03-15 16:45:58.149968908 +0200
 +++ base-passwd/passwd.master	2012-03-15 16:47:26.094468934 +0200
 @@ -1,4 +1,4 @@
--root::0:0:root:/home/root:/bin/sh
-+root:\$1\$1DO/lR8M\$f8JOOu4W8GBZzdNzCgSW40:0:0:root:/home/root:/bin/sh
+-root::0:0:root:/root:/bin/sh
++root:\$1\$1DO/lR8M\$f8JOOu4W8GBZzdNzCgSW40:0:0:root:/root:/bin/sh
  daemon:*:1:1:daemon:/usr/sbin:/bin/sh
  bin:*:2:2:bin:/bin:/bin/sh
  sys:*:3:3:sys:/dev:/bin/sh
diff --git a/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend b/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend
index 8b73d9d..4e3c8a9 100644
--- a/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend
+++ b/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend
@@ -1,4 +1,4 @@
-PRINC := "${@int(PRINC) + 1}"
+PRINC := "${@int(PRINC) + 2}"
 FILESEXTRAPATHS := "${THISDIR}/${PN}"
 
 SRC_URI += "file://add-default-root-pass.patch \
-- 
1.7.9.5



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

end of thread, other threads:[~2013-01-14 18:03 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-06 11:54 [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 02/23] README.md: Reformat file to use maximum 80 columns Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 03/23] u-boot: Minor file reformatting Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 04/23] connman: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 05/23] nfs-utils: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 06/23] bluez4: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 07/23] obexd: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 08/23] ofono: Minor file reformatting and fix bashism Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 09/23] portmap: Minor file reformatting Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 10/23] base-files: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 11/23] base-passwd: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 12/23] eglibc: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 13/23] nebase: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 14/23] systemd: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 15/23] dlt-daemon: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 16/23] node-startup-controller: Remove git version recipe Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 17/23] layer-management: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 18/23] shadow-securetty: Minor file reformatting Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 19/23] audiomanager: Remove git version recipe Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 20/23] mesa-dri: egl and gles are added by default in PACKAGECONFIG Andrei Gherzan
2013-01-06 11:55 ` [meta-ivi][PATCH 21/23] tiff: Minor file reformatting Andrei Gherzan
2013-01-06 11:55 ` [meta-ivi][PATCH 22/23] gst-plugins-good: " Andrei Gherzan
2013-01-06 11:55 ` [meta-ivi][PATCH 23/23] consolekit: " Andrei Gherzan
2013-01-07  3:22 ` [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root ChenQi
2013-01-14 18:03   ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.