diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-08-24 13:26:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-25 14:43:01 +0100 |
commit | a8b1081791af60873c6fd26cbf298cfe1886f97d (patch) | |
tree | 23e370add6ac8cac9f58b2ad9b3a06a540e1febc /meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch | |
parent | bab34e5fa734a98cb5199db4ebc95a6634a38431 (diff) | |
download | openembedded-core-a8b1081791af60873c6fd26cbf298cfe1886f97d.tar.gz openembedded-core-a8b1081791af60873c6fd26cbf298cfe1886f97d.tar.bz2 openembedded-core-a8b1081791af60873c6fd26cbf298cfe1886f97d.zip |
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/nobash.patch')
-rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch | 23 |
1 files changed, 23 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 |