Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (9667178b23948cf4591fb68672d53e4c64b96db5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (9667178b23948cf4591fb68672d53e4c64b96db5)
  • Date: Thu, 22 Apr 2021 09:27:44 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

database/postgresql/CONFIGURE | 2 +-
database/postgresql/FINAL | 2 +-
database/postgresql/HISTORY | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 9667178b23948cf4591fb68672d53e4c64b96db5
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

postgresql: update HowTo URL

diff --git a/database/postgresql/CONFIGURE b/database/postgresql/CONFIGURE
index bdce0fb..5f28364 100755
--- a/database/postgresql/CONFIGURE
+++ b/database/postgresql/CONFIGURE
@@ -9,7 +9,7 @@ if [[ ${OLDVERSION%.*} != ${VERSION%.*} ]]; then
message "version and import your dump. You should not continue with this
upgrade" &&
message "(downgrade) if you do not have a dump of your database system. If
you need" &&
message "help creating a dump of your database system see the PostgreSQL
HOWTO at" &&
- message "(http://wiki.sourcemage.org/HowTo/Postgresql) for instructions."
&&
+ message "(https://sourcemage.org/HowTo/PostgreSQL) for instructions." &&
message "${DEFAULT_COLOR}" &&
if ! query "Do you wish to upgrade PostgreSQL now?" n; then
return 1
diff --git a/database/postgresql/FINAL b/database/postgresql/FINAL
index 5182528..dd43001 100755
--- a/database/postgresql/FINAL
+++ b/database/postgresql/FINAL
@@ -7,6 +7,6 @@ if is_depends_enabled $SPELL $(get_spell_provider $SPELL
SSL); then
fi &&

message "${MESSAGE_COLOR}" &&
-message "See the PostgreSQL HowTo at http://sourcemage.org/HowTo/PostgreSQL
if you" &&
+message "See the PostgreSQL HowTo at https://sourcemage.org/HowTo/PostgreSQL
if you" &&
message "need help setting up PostgreSQL." &&
message "${DEFAULT_COLOR}"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index b391e62..412bb77 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,6 @@
+2021-04-22 Remko van der Vossen <wich AT sourcemage.org>
+ * CONFIGURE, FINAL: update HowTo URL
+
2021-02-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.5.24; updated source URL;
SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (9667178b23948cf4591fb68672d53e4c64b96db5), Remko van der Vossen, 04/22/2021

Archive powered by MHonArc 2.6.24.

Top of Page