From 5c0be0af8090839588c04ffdba8fd5d75321126c 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. Signed-off-by: Scott Garman --- .../base-passwd/base-passwd-3.5.22/nobash.patch | 23 ---------------------- .../base-passwd/base-passwd-3.5.22/root-home.patch | 16 --------------- 2 files changed, 39 deletions(-) delete mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.22/nobash.patch delete mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.22/root-home.patch (limited to 'meta/recipes-core/base-passwd/base-passwd-3.5.22') 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 , 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 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 , 2010-07-06 - -Upstream-Status: Inappropriate [configuration] - -Signed-off-by: Scott Garman - ---- 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 -- cgit v1.2.3