Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 15:42:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459356 - head/Mk/Scripts
Message-ID:  <201801181542.w0IFgFTh061654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jan 18 15:42:15 2018
New Revision: 459356
URL: https://svnweb.freebsd.org/changeset/ports/459356

Log:
  Remove confusing and obsolete comment, 10.2 support was axed in
  ports r430441.

Modified:
  head/Mk/Scripts/do-users-groups.sh   (contents, props changed)

Modified: head/Mk/Scripts/do-users-groups.sh
==============================================================================
--- head/Mk/Scripts/do-users-groups.sh	Thu Jan 18 15:40:25 2018	(r459355)
+++ head/Mk/Scripts/do-users-groups.sh	Thu Jan 18 15:42:15 2018	(r459356)
@@ -31,7 +31,6 @@ set -f
 
 rm -f "${dp_UG_INSTALL}" "${dp_UG_DEINSTALL}" || :
 
-# Before FreeBSD 10.2, PW did not have -R support.
 if [ "${dp_OPSYS}" = FreeBSD ] ; then
 	cat >> "${dp_UG_INSTALL}" <<-eot
 	if [ -n "\${PKG_ROOTDIR}" ] && [ "\${PKG_ROOTDIR}" != "/" ]; then



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