From cf3796f66318074737bbf9e0b43da8063f9fe43a Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Tue, 6 Jul 2010 11:00:03 +0800 Subject: base-passwd: upgrade to 3.5.22 [Patches] UPDATE _nobash.patch_: use /bin/sh instead of /bin/bash. disable root password as we have no /etc/shadow KEEP _root-home.patch_: set home of root to /home/root instead of /root DISABLE _mysql.patch_: poky doesn't have mysql pacakge. no need to set password for it then. but keep for a while REMOVE _configure.patch_: in upstream now [Recipe] - add license checksum - reduce line wraps Signed-off-by: Kevin Tian --- .../base-passwd/base-passwd-3.5.22/nobash.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/packages/base-passwd/base-passwd-3.5.22/nobash.patch (limited to 'meta/packages/base-passwd/base-passwd-3.5.22/nobash.patch') diff --git a/meta/packages/base-passwd/base-passwd-3.5.22/nobash.patch b/meta/packages/base-passwd/base-passwd-3.5.22/nobash.patch new file mode 100644 index 000000000..52650166f --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.22/nobash.patch @@ -0,0 +1,20 @@ +# 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 +# + +--- 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