Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 07:48:49 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338633 - head/lib/libpam/pam.d
Message-ID:  <201809130748.w8D7mnul043291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Thu Sep 13 07:48:49 2018
New Revision: 338633
URL: https://svnweb.freebsd.org/changeset/base/338633

Log:
  Fix build after r338621 by avoiding LINKS and installing the link manually.
  
  Approved by:	re (rgrimes), will (mentor)

Modified:
  head/lib/libpam/pam.d/Makefile

Modified: head/lib/libpam/pam.d/Makefile
==============================================================================
--- head/lib/libpam/pam.d/Makefile	Thu Sep 13 07:15:02 2018	(r338632)
+++ head/lib/libpam/pam.d/Makefile	Thu Sep 13 07:48:49 2018	(r338633)
@@ -27,7 +27,9 @@ ATPACKAGE+=	at
 CONFGROUPS+=	FTP
 FTP+=	ftpd
 FTPPACKAGE+=	ftp
-LINKS=	${FILESDIR}/ftpd ${FILESDIR}/ftp
+
+afterinstallconfig:
+	${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp
 .endif
 
 .if ${MK_TELNET} != "no"



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