From owner-cvs-all Wed May 30 9: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57A8537B422; Wed, 30 May 2001 09:00:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4UG0QD87212; Wed, 30 May 2001 09:00:26 -0700 (PDT) (envelope-from knu) Message-Id: <200105301600.f4UG0QD87212@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 30 May 2001 09:00:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/ruby-pam Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/05/30 09:00:26 PDT Modified files: security Makefile Added files: security/ruby-pam Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-pam, a Ruby extension to use PAM library. It doesn't work properly yet, but I'd appreciate if someone could investigate the problem further. (Seems it always fails to authenticate due to PAM_MODULE_UNKNOWN) ALso, note that it doesn't even load a module successfully because FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to LDADD, then rebuild and reinstall PAM modules before trying this library out. Revision Changes Path 1.194 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message