From d0fbc809393b5b51ed3e356b7f17ccb115ffb2c6 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 27 Aug 2004 10:48:18 +0000 Subject: [PATCH] - The -d database option doesn't actually exist -- database is pulled from the bricolage.conf file. Remove it. - Change the path to upgrade code (oops). PR: ports/70819 Submitted by: Rod Taylor (maintainer) --- www/bricolage/files/bric_upgrade.sh | 2 +- www/bricolage/pkg-message | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/bricolage/files/bric_upgrade.sh b/www/bricolage/files/bric_upgrade.sh index ca425bbc5169..2e22bd64503f 100644 --- a/www/bricolage/files/bric_upgrade.sh +++ b/www/bricolage/files/bric_upgrade.sh @@ -1,6 +1,6 @@ #!/bin/sh -BRICUPGRADE=%%PREFIX%% +BRICUPGRADE=%%PREFIX%%/bricolage/upgrade NEWVERSION=%%PORTVERSION%% # Ensure the version exists diff --git a/www/bricolage/pkg-message b/www/bricolage/pkg-message index 12fa31172781..c32c4cc8d319 100644 --- a/www/bricolage/pkg-message +++ b/www/bricolage/pkg-message @@ -62,10 +62,9 @@ the %%PREFIX%%/bricolage path and the bric database: Common Supported Options: -u Database user login. -p Database user password. - -d Database name. Example: - %%PREFIX%%/bin/bric_upgrade -u pgsql -d bric 1.8.0 + %%PREFIX%%/bin/bric_upgrade -u pgsql 1.8.0 ************************************************************