diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/base-passwd/base-passwd-3.5.9 | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/base-passwd/base-passwd-3.5.9')
4 files changed, 52 insertions, 0 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 new file mode 100644 index 0000000000..a9adb1e9e2 --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.9/configure.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- base-passwd/configure.in~configure | ||
7 | +++ base-passwd/configure.in | ||
8 | @@ -1,5 +1,6 @@ | ||
9 | dnl Initialize the autoconf process | ||
10 | -AC_INIT(update-passwd.c) | ||
11 | +AC_INIT | ||
12 | +AC_CONFIG_SRCDIR([update-passwd.c]) | ||
13 | AC_CONFIG_HEADER(config.h) | ||
14 | AC_PREFIX_DEFAULT(/usr) | ||
15 | |||
16 | @@ -12,5 +13,6 @@ | ||
17 | AC_CHECK_FUNCS(putgrent) | ||
18 | |||
19 | dnl Finally output everything | ||
20 | -AC_OUTPUT(Makefile) | ||
21 | +AC_CONFIG_FILES([Makefile]) | ||
22 | +AC_OUTPUT | ||
23 | |||
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 new file mode 100644 index 0000000000..b641f41238 --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.9/mysql.patch | |||
@@ -0,0 +1,8 @@ | |||
1 | --- base-passwd/group.master.orig 2005-07-08 06:36:07.717990112 +0200 | ||
2 | +++ base-passwd/group.master 2005-07-08 06:36:32.000000000 +0200 | ||
3 | @@ -36,4 +36,5 @@ | ||
4 | staff:*:50: | ||
5 | games:*:60: | ||
6 | users:*:100: | ||
7 | +mysql:*:64001: | ||
8 | 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 new file mode 100644 index 0000000000..2bde9bf33b --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- base-passwd/passwd.master~nobash | ||
7 | +++ base-passwd/passwd.master | ||
8 | @@ -1,4 +1,4 @@ | ||
9 | -root::0:0:root:/root:/bin/bash | ||
10 | +root::0:0:root:/root:/bin/sh | ||
11 | daemon:*:1:1:daemon:/usr/sbin:/bin/sh | ||
12 | bin:*:2:2:bin:/bin:/bin/sh | ||
13 | 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 new file mode 100644 index 0000000000..85d96b6185 --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.9/root-home.patch | |||
@@ -0,0 +1,8 @@ | |||
1 | --- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200 | ||
2 | +++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200 | ||
3 | @@ -1,4 +1,4 @@ | ||
4 | -root::0:0:root:/root:/bin/sh | ||
5 | +root::0:0:root:/home/root:/bin/sh | ||
6 | daemon:*:1:1:daemon:/usr/sbin:/bin/sh | ||
7 | bin:*:2:2:bin:/bin:/bin/sh | ||
8 | sys:*:3:3:sys:/dev:/bin/sh | ||