aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius2
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-05-20 12:04:15 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-05-20 12:04:15 +0000
commit9b5e91af95cdf2da855b3794fc4468b8e706ddd9 (patch)
treed61a57b45ba8f6ca385dc7ae5012e57a2f79220d /net/freeradius2
parent24e89edeff0d10ba528473204d1bf867004763b6 (diff)
downloadports-9b5e91af95cdf2da855b3794fc4468b8e706ddd9.tar.gz
ports-9b5e91af95cdf2da855b3794fc4468b8e706ddd9.zip
Notes
Diffstat (limited to 'net/freeradius2')
-rw-r--r--net/freeradius2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index 40e34955e490..60dd3124a776 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --with-pic
# Parse ${PORTSDIR}/UIDs and GIDs for the defaults
USER!= ${GREP} -E '^${USER}:' ${PORTSDIR}/UIDs | \
- ${SED} -Ee 's/^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*):([^:]*):([^:]*)$$/USER="\1" UID="\3" GECOS="\5" HOME="\6" SHELL="\7"/'
+ ${SED} -Ee 's/^([^:]*):([^:]*):([^:]*):([^:]*)::0:0:([^:]*):([^:]*):([^:]*)$$/USER="\1" UID="\3" GECOS="\5" HOME="\6" SHELL="\7"/'
GROUP!= ${GREP} -E '^${GROUP}:' ${PORTSDIR}/GIDs | \
${SED} -Ee 's/^([^:]*):([^:]*):([^:]*):$$/GROUP="\1" GID="\3"/'