2fbf6a387a
pkglint warnings aren't gospel! They need to be verified in an intelligent manner. After variable substitution, the lines will be shorter then 80 characters, thus there was no need to shorten them.
12 lines
595 B
Text
12 lines
595 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2013/04/07 18:22:10 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}
|
|
|
|
===========================================================================
|