summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-03-14 17:14:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 13:36:53 +0000
commit5c0be0af8090839588c04ffdba8fd5d75321126c (patch)
tree8f0aac47699a916f550da1b63c1155fb7a75f4af /meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch
parent768eb8e8590e3b9cc033d8544a01ae34d3ed16b1 (diff)
downloadopenembedded-core-contrib-5c0be0af8090839588c04ffdba8fd5d75321126c.tar.gz
base-passwd: upgrade to 3.5.24
Includes minor formatting cleanups. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch
deleted file mode 100644
index 6371576440..0000000000
--- a/meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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