diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-09-30 15:04:03 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-09-30 15:04:03 +0000 |
commit | 38b77f19bf0425225535cf884e560d9b7c11659d (patch) | |
tree | b7abac05657ea867e8c102078c8f024e90618d73 /UPDATING | |
parent | 16389c7d5d01d6bb1ad4f8c70b35f247601da5ed (diff) |
- Modify comment and add UPDATING entry to explain that MAILDROP_SUID
and MAILDROP_SGID now need to be existing usernames on the destination
system. numeric UIDs and GIDs, or non existent usernames, will
cause a broken installation since pkgng will skip on the entries
of files owned by unknown users. [1]
- Fix MGID and MUID PLIST_SUB variables not being set when only one
of the two above variables is deifined, again generating a broken
package. [2]
- While here, remove dirrm.
Reported by: Lukas Maly <Iam@LukasMaly.NET> [1]
Reported by: itetcu@ [1] [2]
Notes
Notes:
svn path=/head/; revision=369614
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20140930: + AFFECTS: users of mail/maildrop + AUTHOR: madpilot@FreeBSD.org + + Due to the way pkg works please note that the configuration + variables MAILDROP_SUID and MAILDROP_SGID, despite keeping their + old names, are now required to contain a valid username and + groupname existing on the system in which the package will be + installed, while in the past numeric uids and gids worked fine. + + Wrong values will cause pkg to skip installing the setuid binaries + on the system. + + Please check your configuration. + +20140930: AFFECTS: users of finance/gnucash AUTHOR: madpilot@FreeBSD.org |