blob: 59377a4b68888a0537e74f13f6c3956065702cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
Note to users who have been running radiusd as root before:
As radiusd now runs unprivileged by default (as ${RADIUS_USER}:${RADIUS_GROUP}),
you'll have to adapt some permissions:
${CHOWN} -R ${RADIUS_USER}:${RADIUS_GROUP} ${VARBASE}/run/radiusd
${CHOWN} -R ${RADIUS_USER}:${RADIUS_GROUP} ${PKG_SYSCONFDIR}
${FIND} ${PKG_SYSCONFDIR} -type d | ${XARGS} ${CHMOD} 0750
${FIND} ${PKG_SYSCONFDIR} -type f | ${XARGS} ${CHMOD} 0640
In addition to this the base logging directory has now been moved from
${VARBASE}/log to ${VARBASE}/log/radiusd.
===========================================================================
|