From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LUoAk-0005C4-2h for garchives@archives.gentoo.org; Wed, 04 Feb 2009 20:16:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F5AEE06A1; Wed, 4 Feb 2009 20:16:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 60456E06A1 for ; Wed, 4 Feb 2009 20:16:33 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 15031650D7 for ; Wed, 4 Feb 2009 20:16:33 +0000 (UTC) Received: from bangert by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LUoAi-0008Re-NE for gentoo-commits@lists.gentoo.org; Wed, 04 Feb 2009 20:16:32 +0000 From: "Thilo Bangert (bangert)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bangert@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-process/at/files: at.pamd X-VCS-Repository: gentoo-x86 X-VCS-Files: at.pamd X-VCS-Directories: sys-process/at/files X-VCS-Committer: bangert X-VCS-Committer-Name: Thilo Bangert Content-Type: text/plain; charset=utf8 Message-Id: Sender: Thilo Bangert Date: Wed, 04 Feb 2009 20:16:32 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3ddb7834-203c-4eb4-9ce0-91c94d5613f5 X-Archives-Hash: 5dbff216643df4f0efa8f41a00701213 bangert 09/02/04 20:16:32 Modified: at.pamd Log: use a working pamd file - force directory permission on spool directory (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686) Revision Changes Path 1.2 sys-process/at/files/at.pamd file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/fil= es/at.pamd?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/fil= es/at.pamd?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/fil= es/at.pamd?r1=3D1.1&r2=3D1.2 Index: at.pamd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-process/at/files/at.pamd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- at.pamd 31 Jan 2009 19:13:33 -0000 1.1 +++ at.pamd 4 Feb 2009 20:16:32 -0000 1.2 @@ -3,8 +3,8 @@ # =20 auth required pam_env.so -@include common-auth -@include common-account -@include common-session -session required pam_limits.so +auth include system-auth +account include system-auth +session required pam_limits.so +session include system-auth =20