diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-03-14 17:14:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 13:36:53 +0000 |
commit | 5c0be0af8090839588c04ffdba8fd5d75321126c (patch) | |
tree | 8f0aac47699a916f550da1b63c1155fb7a75f4af /meta/recipes-core/base-passwd/base-passwd-3.5.22 | |
parent | 768eb8e8590e3b9cc033d8544a01ae34d3ed16b1 (diff) | |
download | openembedded-core-5c0be0af8090839588c04ffdba8fd5d75321126c.tar.gz openembedded-core-5c0be0af8090839588c04ffdba8fd5d75321126c.tar.bz2 openembedded-core-5c0be0af8090839588c04ffdba8fd5d75321126c.zip |
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')
-rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch | 23 | ||||
-rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.22/root-home.patch | 16 |
2 files changed, 0 insertions, 39 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 diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.22/root-home.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.22/root-home.patch deleted file mode 100644 index eab77f124f..0000000000 --- a/meta/recipes-core/base-passwd/base-passwd-3.5.22/root-home.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 |