summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd-3.5.26
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-08-24 13:26:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-25 14:46:59 +0100
commit4d8ea0216fd08473e16480677e7ec5cf9af31138 (patch)
treee29561f24deaeb871ed9a126f93ac60911135f2c /meta/recipes-core/base-passwd/base-passwd-3.5.26
parent5183f31b90416dd8e0cbc15950792ac5e478d359 (diff)
downloadpoky-4d8ea0216fd08473e16480677e7ec5cf9af31138.tar.gz
base-passwd: upgrade to 3.5.26
The S variable is now the default one. (From OE-Core rev: a8b1081791af60873c6fd26cbf298cfe1886f97d) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-passwd/base-passwd-3.5.26')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch23
-rw-r--r--meta/recipes-core/base-passwd/base-passwd-3.5.26/root-home.patch16
2 files changed, 39 insertions, 0 deletions
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 @@
1use /bin/sh instead of /bin/bash, since the latter may not be included in
2some images such as minimal
3
4comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
5
6remove "*" for root since we don't have a /etc/shadow so far.
7
8by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
9
10Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
11
12Upstream-Status: Invalid [configuration]
13
14Signed-off-by: Scott Garman <scott.a.garman@intel.com>
15
16--- base-passwd/passwd.master~nobash
17+++ base-passwd/passwd.master
18@@ -1,4 +1,4 @@
19-root:*:0:0:root:/root:/bin/bash
20+root::0:0:root:/root:/bin/sh
21 daemon:*:1:1:daemon:/usr/sbin:/bin/sh
22 bin:*:2:2:bin:/bin:/bin/sh
23 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 @@
1we use /home/root instead of /root
2
3Comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
4
5Upstream-Status: Inappropriate [configuration]
6
7Signed-off-by: Scott Garman <scott.a.garman@intel.com>
8
9--- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200
10+++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200
11@@ -1,4 +1,4 @@
12-root::0:0:root:/root:/bin/sh
13+root::0:0:root:/home/root:/bin/sh
14 daemon:*:1:1:daemon:/usr/sbin:/bin/sh
15 bin:*:2:2:bin:/bin:/bin/sh
16 sys:*:3:3:sys:/dev:/bin/sh