From owner-svn-ports-all@freebsd.org Mon Oct 10 13:36:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E0D2C0720F; Mon, 10 Oct 2016 13:36:28 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE87BDC7; Mon, 10 Oct 2016 13:36:27 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ADaQSr092740; Mon, 10 Oct 2016 13:36:26 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ADaQ1P092738; Mon, 10 Oct 2016 13:36:26 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610101336.u9ADaQ1P092738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Mon, 10 Oct 2016 13:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423662 - in head/net/netatalk3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:36:28 -0000 Author: marcus Date: Mon Oct 10 13:36:26 2016 New Revision: 423662 URL: https://svnweb.freebsd.org/changeset/ports/423662 Log: Partially revert the PAM changes to once again use pkg-message to discuss PAM config. This avoids overwriting existing PAM config files. But correct text for the modern PAM system. Added: head/net/netatalk3/pkg-message (contents, props changed) Deleted: head/net/netatalk3/files/netatalk.pam Modified: head/net/netatalk3/Makefile Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Mon Oct 10 13:03:23 2016 (r423661) +++ head/net/netatalk3/Makefile Mon Oct 10 13:36:26 2016 (r423662) @@ -87,8 +87,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ ${STAGEDIR}${PREFIX}/bin/macusers -post-install-PAM-on: - ${INSTALL_DATA} ${FILESDIR}/netatalk.pam \ - ${STAGEDIR}${PREFIX}/etc/pam.d/netatalk - .include Added: head/net/netatalk3/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/netatalk3/pkg-message Mon Oct 10 13:36:26 2016 (r423662) @@ -0,0 +1,10 @@ +### +If you compiled with optional PAM support, you need to create a pam.d +file called `netatalk'. With the following contents: + +%PAM-1.0 +auth include system +account include system +password include system +session include system +###