summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/files/pam.conf.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-08-29 08:26:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-31 23:40:48 +0100
commit7d8430f0b11dcefb6e3a58e35e6969d8bf291f95 (patch)
tree508478f693619a90dca900cdfcdbcaa880086893 /meta/recipes-extended/at/files/pam.conf.patch
parentd086917631c2ebc6cedab97864aa0ba22c5f88b1 (diff)
downloadpoky-7d8430f0b11dcefb6e3a58e35e6969d8bf291f95.tar.gz
at: Upgrade to 3.1.15
Rebase pam.conf.patch Move to generic files -> at for patches directory (From OE-Core rev: 6558c8e1a7e5cd9f1f5271718c10355f67573b4c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at/files/pam.conf.patch')
-rw-r--r--meta/recipes-extended/at/files/pam.conf.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-extended/at/files/pam.conf.patch b/meta/recipes-extended/at/files/pam.conf.patch
deleted file mode 100644
index dfe76d7487..0000000000
--- a/meta/recipes-extended/at/files/pam.conf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1oe doesn't support "@include", use the concrete directive instead.
2
3Upstream-Status: Pending
4
5Signed-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