Proofread the 20140922 CHANGES entry.

This commit is contained in:
Raphael Kubo da Costa 2014-09-24 11:52:18 +00:00
parent 617059c3e9
commit 23ce4f6db6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369169

View File

@ -13,20 +13,20 @@ All ports committers are allowed to commit to this file.
20140922:
AUTHOR: bapt@FreeBSD.org
pkg(8) now automatically handle the directories under PREFIX and will
pkg(8) now automatically handles the directories under PREFIX and will
automatically remove them as needed.
New @dir keyword has been introduce to handle special directory handling:
The @dir keyword has been introduced to handle special directory handling:
- directories with special credentials
- empty directories
- directories out of PREFIX
As a consequence @dirrm and @dirrmtry are now consider as deprecated.
As a consequence @dirrm and @dirrmtry are now considered deprecated.
Credentials can now be passed in arguments to keywords (empty keyword means
file):
@(user,group,mode) file1
@dir(user,group,mode) directory_with_special_credential
PLIST_DIRSTRY is now considered as deprecated, PLIST_DIRS should be used
PLIST_DIRSTRY is now considered deprecated, PLIST_DIRS should be used
instead.
20140917: