Bug 107721 - [MAINTAINER-UPDATE] sysutils/bacula-server upgrade fix database permissions
Summary: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade fix database permissions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-09 23:20 UTC by Dan Langille
Modified: 2007-01-10 00:20 UTC (History)
1 user (show)

See Also:


Attachments
bacula-server.diff (3.12 KB, patch)
2007-01-09 23:20 UTC, Dan Langille
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille 2007-01-09 23:20:10 UTC

Fix: Add some patches to upgrade scripts so that PostgreSQL database permissions
are correct. When upgrading and using PostgreSQL, be sure to run first the
update_postgresql_tables and then the grant_postgresql_privileges script.

These patches have been sent upstream, and are in CVS, but not yet released.
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-10 00:02:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-10 00:11:31 UTC
itetcu      2007-01-10 00:11:24 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-server Makefile 
  Added files:
    sysutils/bacula-server/files 
                                 patch-src-cats-grant_postgresql_privileges.in 
  Log:
  Add some patches to upgrade scripts so that PostgreSQL database permissions
  are correct. When upgrading and using PostgreSQL, be sure to run first the
  update_postgresql_tables and then the grant_postgresql_privileges script.
  These patches have been sent upstream, and are in CVS, but not yet released.
  
  Bump PORTREVISION.
  
  PR:             107721
  Submitted by:   Dan Langille (maintainer)
  
  Revision  Changes    Path
  1.77      +1 -0      ports/sysutils/bacula-server/Makefile
  1.1       +28 -0     ports/sysutils/bacula-server/files/patch-src-cats-grant_postgresql_privileges.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-10 00:11:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!