diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-22 14:45:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-22 14:45:40 +0000 |
commit | 0246ce141b5d6fc01b87202548d41d3b939db401 (patch) | |
tree | fd81b80b4c9e21f26c7ba66b5918303e91545a33 /UPDATING | |
parent | ac369e6a9fdae8314eda13e4d10e9a4f20f43744 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140722 + AFFECTS: users of games/bsdgames + AUTHOR: adamw@adamw.org + + bsdgames now expects savegame data in /usr/local/var/games instead of + /var/games. To continue using your saved games, + + cp -rp /var/games/* /usr/local/var/games + 20140714: AFFECTS: users of databases/db6 AUTHOR: mandree@FreeBSD.org |