diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-04-07 18:22:10 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-04-07 18:22:10 +0000 |
commit | 94eb0ea534856874c6a4911a6c3f14318744ff6e (patch) | |
tree | 33980bb935986217192d2f0fa653fa94f8303a8e /comms | |
parent | 0acbcf2bdd5efc34e795c5ff41478e3ade628acc (diff) | |
download | pkgsrc-94eb0ea534856874c6a4911a6c3f14318744ff6e.tar.gz |
Revert: these packages are marked OWNER= for a reason!
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.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk10/MESSAGE | 5 | ||||
-rw-r--r-- | comms/asterisk18/MESSAGE | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/comms/asterisk10/MESSAGE b/comms/asterisk10/MESSAGE index 9400740aade..92237a21e85 100644 --- a/comms/asterisk10/MESSAGE +++ b/comms/asterisk10/MESSAGE @@ -1,8 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2013/04/06 12:14:30 rodent Exp $ +$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. +${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: diff --git a/comms/asterisk18/MESSAGE b/comms/asterisk18/MESSAGE index 6005dab287a..92237a21e85 100644 --- a/comms/asterisk18/MESSAGE +++ b/comms/asterisk18/MESSAGE @@ -1,8 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2013/04/06 12:14:31 rodent Exp $ +$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. +${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: |