aboutsummaryrefslogtreecommitdiffstats
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:43:01 +0100
commita8b1081791af60873c6fd26cbf298cfe1886f97d (patch)
tree23e370add6ac8cac9f58b2ad9b3a06a540e1febc /meta/recipes-core/base-passwd/base-passwd-3.5.26
parentbab34e5fa734a98cb5199db4ebc95a6634a38431 (diff)
downloadopenembedded-core-contrib-a8b1081791af60873c6fd26cbf298cfe1886f97d.tar.gz
base-passwd: upgrade to 3.5.26
The S variable is now the default one. Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 @@
+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 <kevin.tian@intel.com>, 2010-07-06
+
+remove "*" for root since we don't have a /etc/shadow so far.
+
+by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
+
+Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+
+Upstream-Status: Invalid [configuration]
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
+--- 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 <kevin.tian@intel.com>, 2010-07-06
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
+--- 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