diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-18 15:42:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-18 15:42:15 +0000 |
commit | ed29b995f5dd165d1a6335204259db3011b269ba (patch) | |
tree | c55a99b75c522162149a71719c2bea6f78c31e41 /Mk/Scripts/do-users-groups.sh | |
parent | 1388aab9b030108d7a224fafd763552dd1e40aa3 (diff) | |
download | ports-ed29b995f5dd165d1a6335204259db3011b269ba.tar.gz ports-ed29b995f5dd165d1a6335204259db3011b269ba.zip |
Notes
Diffstat (limited to 'Mk/Scripts/do-users-groups.sh')
-rw-r--r-- | Mk/Scripts/do-users-groups.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Scripts/do-users-groups.sh b/Mk/Scripts/do-users-groups.sh index a01f4b9ddf66..45bf0e081f72 100644 --- a/Mk/Scripts/do-users-groups.sh +++ b/Mk/Scripts/do-users-groups.sh @@ -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 |