From 2a7afb661a45ea4f557059eaaad3f91682970477 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Wed, 14 Mar 2012 17:14:43 -0700 Subject: base-passwd: upgrade to 3.5.24 Includes minor formatting cleanups. (From OE-Core rev: 5c0be0af8090839588c04ffdba8fd5d75321126c) Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- .../base-passwd/base-passwd-3.5.24/nobash.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.24/nobash.patch (limited to 'meta/recipes-core/base-passwd/base-passwd-3.5.24/nobash.patch') diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.24/nobash.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.24/nobash.patch new file mode 100644 index 0000000000..6371576440 --- /dev/null +++ b/meta/recipes-core/base-passwd/base-passwd-3.5.24/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 -- cgit v1.2.3-54-g00ecf