1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- 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)
This commit is contained in:
Volker Stolz 2004-08-27 10:48:18 +00:00
parent 4262ad369c
commit d0fbc80939
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117406
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
BRICUPGRADE=%%PREFIX%%
BRICUPGRADE=%%PREFIX%%/bricolage/upgrade
NEWVERSION=%%PORTVERSION%%
# Ensure the version exists

View File

@ -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
************************************************************