Bug 711863

Summary: When started as a service qpidd ignores data-dir setting in log file
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: qpid-cppAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED WONTFIX QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: DevelopmentCC: jross
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-27 23:15:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Alan Conway 2011-06-08 19:08:29 UTC
Description of problem:

When started via service qpidd start, qpidd ignores any data-dir entry in the qpidd.conf configuration file and always uses /var/lib/qpidd

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


How reproducible: 100


Steps to Reproduce: 
Add data-dir=/no/such/dir to /etc/qpidd.conf
service qpidd start
  
Actual results:
Note no complaint about non-existent data dir, qpidd uses /var/lib/qpidd

Expected results:
Error about non-existent data dir.

Additional info: