summaryrefslogtreecommitdiffstats
path: root/meta/packages/base-passwd/base-passwd-3.5.22/root-home.patch
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.22/root-home.patch
parentfae8d5e985e9b05ce90f1eca434ad4dbf2259725 (diff)
downloadpoky-cf3796f66318074737bbf9e0b43da8063f9fe43a.tar.gz
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.22/root-home.patch')
-rw-r--r--meta/packages/base-passwd/base-passwd-3.5.22/root-home.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/base-passwd/base-passwd-3.5.22/root-home.patch b/meta/packages/base-passwd/base-passwd-3.5.22/root-home.patch
new file mode 100644
index 0000000000..87c4655a04
--- /dev/null
+++ b/meta/packages/base-passwd/base-passwd-3.5.22/root-home.patch
@@ -0,0 +1,11 @@
1# poky uses /home/root instead of /root.
2#
3# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
4--- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200
5+++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200
6@@ -1,4 +1,4 @@
7-root::0:0:root:/root:/bin/sh
8+root::0:0:root:/home/root:/bin/sh
9 daemon:*:1:1:daemon:/usr/sbin:/bin/sh
10 bin:*:2:2:bin:/bin:/bin/sh
11 sys:*:3:3:sys:/dev:/bin/sh