Bug 119570 - bad owner of security2.fdb for databases/firebird2-server 2.0.3_1
Summary: bad owner of security2.fdb for databases/firebird2-server 2.0.3_1
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 20:20 UTC by Philippe Makowski
Modified: 2008-01-29 06:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Makowski 2008-01-11 20:20:03 UTC
security2.fdb is owned by root after fresh install of firebird-server-2.0.3_1
it is wrong
security2.fdb have to ownde by the firebird user

Fix: 

change the owner of security2.fdb to firebird :
chown firebird:firebird /var/db/firebird/security2.fdb
How-To-Repeat: fresh install of firebird-server-2.0.3_1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-12 06:04:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-29 06:46:19 UTC
skv         2008-01-29 06:46:13 UTC

  FreeBSD ports repository

  Modified files:
    databases/firebird2-server/files pkg-install.in 
  Log:
  Fix security2.fdb while installing from package
  
  PR:             ports/119570
  Submitted by:   Philippe Makowski <makowski xx firebird-fr.eu.org>
  
  Revision  Changes    Path
  1.4       +2 -2      ports/databases/firebird2-server/files/pkg-install.in
_______________________________________________
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 skv freebsd_committer freebsd_triage 2008-01-29 06:46:40 UTC
State Changed
From-To: open->closed

Fixed.