Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 13:36:26 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423662 - in head/net/netatalk3: . files
Message-ID:  <201610101336.u9ADaQ1P092738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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
+###



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101336.u9ADaQ1P092738>