svn commit: r459356 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Thu Jan 18 15:42:17 UTC 2018


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


More information about the svn-ports-all mailing list