summaryrefslogtreecommitdiff
path: root/meta/packages/base-passwd/base-passwd-3.5.9
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-06 11:00:03 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 21:05:40 -0700
commitcf3796f66318074737bbf9e0b43da8063f9fe43a (patch)
tree4e64457faeb513cb3f88eae25af2e5739f9a1a7c /meta/packages/base-passwd/base-passwd-3.5.9
parentfae8d5e985e9b05ce90f1eca434ad4dbf2259725 (diff)
downloadopenembedded-core-cf3796f66318074737bbf9e0b43da8063f9fe43a.tar.gz
openembedded-core-cf3796f66318074737bbf9e0b43da8063f9fe43a.tar.bz2
openembedded-core-cf3796f66318074737bbf9e0b43da8063f9fe43a.zip
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 <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/base-passwd/base-passwd-3.5.9')
-rw-r--r--meta/packages/base-passwd/base-passwd-3.5.9/configure.patch23
-rw-r--r--meta/packages/base-passwd/base-passwd-3.5.9/mysql.patch8
-rw-r--r--meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch13
-rw-r--r--meta/packages/base-passwd/base-passwd-3.5.9/root-home.patch8
4 files changed, 0 insertions, 52 deletions
diff --git a/meta/packages/base-passwd/base-passwd-3.5.9/configure.patch b/meta/packages/base-passwd/base-passwd-3.5.9/configure.patch
deleted file mode 100644
index a9adb1e9e2..0000000000
--- a/meta/packages/base-passwd/base-passwd-3.5.9/configure.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- base-passwd/configure.in~configure
-+++ base-passwd/configure.in
-@@ -1,5 +1,6 @@
- dnl Initialize the autoconf process
--AC_INIT(update-passwd.c)
-+AC_INIT
-+AC_CONFIG_SRCDIR([update-passwd.c])
- AC_CONFIG_HEADER(config.h)
- AC_PREFIX_DEFAULT(/usr)
-
-@@ -12,5 +13,6 @@
- AC_CHECK_FUNCS(putgrent)
-
- dnl Finally output everything
--AC_OUTPUT(Makefile)
-+AC_CONFIG_FILES([Makefile])
-+AC_OUTPUT
-
diff --git a/meta/packages/base-passwd/base-passwd-3.5.9/mysql.patch b/meta/packages/base-passwd/base-passwd-3.5.9/mysql.patch
deleted file mode 100644
index b641f41238..0000000000
--- a/meta/packages/base-passwd/base-passwd-3.5.9/mysql.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- base-passwd/group.master.orig 2005-07-08 06:36:07.717990112 +0200
-+++ base-passwd/group.master 2005-07-08 06:36:32.000000000 +0200
-@@ -36,4 +36,5 @@
- staff:*:50:
- games:*:60:
- users:*:100:
-+mysql:*:64001:
- nogroup:*:65534:
diff --git a/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch b/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch
deleted file mode 100644
index 2bde9bf33b..0000000000
--- a/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#
-# 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
diff --git a/meta/packages/base-passwd/base-passwd-3.5.9/root-home.patch b/meta/packages/base-passwd/base-passwd-3.5.9/root-home.patch
deleted file mode 100644
index 85d96b6185..0000000000
--- a/meta/packages/base-passwd/base-passwd-3.5.9/root-home.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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