diff options
Diffstat (limited to 'meta/recipes-extended/at/at-3.1.12/pam.conf.patch')
-rw-r--r-- | meta/recipes-extended/at/at-3.1.12/pam.conf.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/at/at-3.1.12/pam.conf.patch b/meta/recipes-extended/at/at-3.1.12/pam.conf.patch new file mode 100644 index 0000000000..dfe76d7487 --- /dev/null +++ b/meta/recipes-extended/at/at-3.1.12/pam.conf.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | oe doesn't support "@include", use the concrete directive instead. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> | ||
6 | --- at-3.1.12/pam.conf.orig 2009-11-23 23:11:52.000000000 +0800 | ||
7 | +++ at-3.1.12/pam.conf 2011-07-15 11:14:04.132818950 +0800 | ||
8 | @@ -2,8 +2,8 @@ | ||
9 | # The PAM configuration file for the at daemon | ||
10 | # | ||
11 | |||
12 | -auth required pam_env.so | ||
13 | -@include common-auth | ||
14 | -@include common-account | ||
15 | -@include common-session-noninteractive | ||
16 | -session required pam_limits.so | ||
17 | +auth required pam_env.so | ||
18 | +auth include common-auth | ||
19 | +account include common-account | ||
20 | +session include common-session-noninteractive | ||
21 | +session required pam_limits.so | ||