aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pgsql/pkg-message
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-10-02 12:00:34 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-10-02 12:00:34 +0000
commit8adc273a375bd7616b7f589e7c086c570ffe55c9 (patch)
tree37f08fa4ef2de72bb96dc0fcf71746f75b3b2103 /www/mod_auth_pgsql/pkg-message
parente96eb2109894ed25249d4c7bdaa82bca2b8947f8 (diff)
downloadports-8adc273a375bd7616b7f589e7c086c570ffe55c9.tar.gz
ports-8adc273a375bd7616b7f589e7c086c570ffe55c9.zip
Notes
Diffstat (limited to 'www/mod_auth_pgsql/pkg-message')
-rw-r--r--www/mod_auth_pgsql/pkg-message8
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''.
+
+ ===============================================