summaryrefslogtreecommitdiff
path: root/comms/asterisk18/MESSAGE
blob: 29144d643234aeb3fb4476cc84d9d5ce30f72ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2010/12/15 03:22:43 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}

===========================================================================