aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd/nobash.patch
diff options
context:
space:
mode:
authorUpgrade Helper <uh@not.set>2014-01-04 11:44:14 +0200
committerSaul Wold <sgw@linux.intel.com>2014-01-08 22:54:54 -0800
commit7c79e70d3a803f2ccb9b9c6ed2134019631672fd (patch)
tree6e1c4c58b6cfecf455cc50c8b11414f6fe65de53 /meta/recipes-core/base-passwd/base-passwd/nobash.patch
parent1028ac813fa9803ebfff6bcfa7f8b67012609b27 (diff)
downloadopenembedded-core-contrib-7c79e70d3a803f2ccb9b9c6ed2134019631672fd.tar.gz
base-passwd: upgrade to 3.5.29
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/base-passwd/base-passwd/nobash.patch')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/nobash.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd/nobash.patch b/meta/recipes-core/base-passwd/base-passwd/nobash.patch
new file mode 100644
index 0000000000..6371576440
--- /dev/null
+++ b/meta/recipes-core/base-passwd/base-passwd/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