Bug 116721

Summary: Bug in mysql init script: chown mysql.mysql ...
Product: [Fedora] Fedora Reporter: Brian Krahmer <brian>
Component: mysqlAssignee: Tom Lane <tgl>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-24 19:43:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brian Krahmer 2004-02-24 18:00:27 UTC
Description of problem:
The init script in the mysql package for FC2 test1 has three lines
where the chown command is incorrect.  (I think it got updated with
yum, and I don't remember this being there before the update.)

Version-Release number of selected component (if applicable):
mysql-3.23.58-6

Actual results:
chown mysql.mysql ...

Expected results:
chown mysql:mysql ...

Additional info:

Comment 1 Tom Lane 2004-02-24 19:43:09 UTC
Fix committed, should appear in FC2 test2.  Thanks for catching it.