diff options
Diffstat (limited to 'www/mod_auth_pgsql/pkg-message')
-rw-r--r-- | www/mod_auth_pgsql/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_auth_pgsql/pkg-message b/www/mod_auth_pgsql/pkg-message new file mode 100644 index 000000000000..34ff46f75898 --- /dev/null +++ b/www/mod_auth_pgsql/pkg-message @@ -0,0 +1,8 @@ + + ================= Upgrading =================== + +Note on upgrading from earlier versions. All of the module's commands +are now consistently named Auth_PG_*. Make sure to review your Apache +config file(s) and, well, ``s/Auth_PG([^_])/Auth_PG_\1/g''. + + =============================================== |