13 lines
599 B
Text
13 lines
599 B
Text
|
===========================================================================
|
||
|
$NetBSD: MESSAGE,v 1.1.1.1 2012/01/15 18:36:18 jnemeth Exp $
|
||
|
|
||
|
${PKGBASE} now runs as ${ASTERISK_USER}:${ASTERISK_GROUP} instead of ${ROOT_USER}:${ROOT_GROUP} by default.
|
||
|
|
||
|
If you are upgrading from an older version, you should execute the
|
||
|
following commands to correct permissions on existing files:
|
||
|
|
||
|
chown -R ${ASTERISK_USER}:${ASTERISK_GROUP} ${PKG_SYSCONFDIR} ${ASTDBDIR}
|
||
|
chown -R ${ASTERISK_USER}:${ASTERISK_GROUP} ${ASTSPOOLDIR} ${ASTLOGDIR}
|
||
|
|
||
|
===========================================================================
|