From a8b1081791af60873c6fd26cbf298cfe1886f97d Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Fri, 24 Aug 2012 13:26:17 +0300 Subject: base-passwd: upgrade to 3.5.26 The S variable is now the default one. Signed-off-by: Constantin Musca Signed-off-by: Saul Wold --- .../base-passwd/base-passwd-3.5.26/nobash.patch | 23 ++++++++++++++++++++++ .../base-passwd/base-passwd-3.5.26/root-home.patch | 16 +++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch create mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.26/root-home.patch (limited to 'meta/recipes-core/base-passwd/base-passwd-3.5.26') diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch new file mode 100644 index 0000000000..6371576440 --- /dev/null +++ b/meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch @@ -0,0 +1,23 @@ +use /bin/sh instead of /bin/bash, since the latter may not be included in +some images such as minimal + +comment added by Kevin Tian , 2010-07-06 + +remove "*" for root since we don't have a /etc/shadow so far. + +by Kevin Tian , 2010-07-06 + +Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher + +Upstream-Status: Invalid [configuration] + +Signed-off-by: Scott Garman + +--- base-passwd/passwd.master~nobash ++++ base-passwd/passwd.master +@@ -1,4 +1,4 @@ +-root:*:0:0:root:/root:/bin/bash ++root::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/meta/recipes-core/base-passwd/base-passwd-3.5.26/root-home.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.26/root-home.patch new file mode 100644 index 0000000000..eab77f124f --- /dev/null +++ b/meta/recipes-core/base-passwd/base-passwd-3.5.26/root-home.patch @@ -0,0 +1,16 @@ +we use /home/root instead of /root + +Comment added by Kevin Tian , 2010-07-06 + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Scott Garman + +--- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200 ++++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200 +@@ -1,4 +1,4 @@ +-root::0:0:root:/root:/bin/sh ++root::0:0:root:/home/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 -- cgit 1.2.3-korg