diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-09-24 19:52:18 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-09-24 19:52:18 +0800 |
commit | 2d9816849203943f531f8b875e3c9429f388de0a (patch) | |
tree | b222dc0d2b48c4b301a2bc1bc37700ce3a065e00 /CHANGES | |
parent | 78151e59d47cd94bda8b50ab9f8e66037a69171d (diff) | |
download | freebsd-ports-gnome-2d9816849203943f531f8b875e3c9429f388de0a.tar.gz freebsd-ports-gnome-2d9816849203943f531f8b875e3c9429f388de0a.tar.zst freebsd-ports-gnome-2d9816849203943f531f8b875e3c9429f388de0a.zip |
Proofread the 20140922 CHANGES entry.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |