add UPnP-Inspector-0.2.2, a UPnP debug tool
[pkgsrc.git] / net / freeradius2 / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1 2006/08/10 10:55:52 adrianp Exp $
3
4 Note to users who have been running radiusd as root before:
5
6 As radiusd now runs unprivileged by default (as ${RADIUS_USER}:${RADIUS_GROUP}),
7 you'll have to adapt some permissions:
8
9   ${CHOWN} -R ${RADIUS_USER}:${RADIUS_GROUP} ${VARBASE}/run/radiusd
10   ${CHOWN} -R ${RADIUS_USER}:${RADIUS_GROUP} ${PKG_SYSCONFDIR}
11   ${FIND} ${PKG_SYSCONFDIR} -type d | ${XARGS} ${CHMOD} 0750
12   ${FIND} ${PKG_SYSCONFDIR} -type f | ${XARGS} ${CHMOD} 0640
13
14 In addition to this the base logging directory has now been moved from
15 ${VARBASE}/log to ${VARBASE}/log/radiusd.
16
17 ===========================================================================