From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QzFWr-0003sV-Ls for garchives@archives.gentoo.org; Thu, 01 Sep 2011 22:14:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21ED621C2B9; Thu, 1 Sep 2011 22:14:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE98321C2B9 for ; Thu, 1 Sep 2011 22:14:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67B5C1B4031 for ; Thu, 1 Sep 2011 22:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AF2E480042 for ; Thu, 1 Sep 2011 22:14:24 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/start-stop-daemon.c X-VCS-Directories: src/rc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b71f3bd2fd2ba39c1018baaf2dba74ed53c82cdc Date: Thu, 1 Sep 2011 22:14:24 +0000 (UTC) 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: X-Archives-Hash: 50f802bb2dab4f9a401f223a03e67403 commit: b71f3bd2fd2ba39c1018baaf2dba74ed53c82cdc Author: Diego gentoo org> AuthorDate: Thu Sep 1 22:05:46 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Sep 1 22:08:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Db71f3bd2 Start-stop-daemon: remove call to pam_authenticate --- src/rc/start-stop-daemon.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index da2a81a..b6316ec 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -1184,8 +1184,6 @@ start_stop_daemon(int argc, char **argv) "nobody", &conv, &pamh); =20 if (pamr =3D=3D PAM_SUCCESS) - pamr =3D pam_authenticate(pamh, PAM_SILENT); - if (pamr =3D=3D PAM_SUCCESS) pamr =3D pam_acct_mgmt(pamh, PAM_SILENT); if (pamr =3D=3D PAM_SUCCESS) pamr =3D pam_open_session(pamh, PAM_SILENT);