Script /etc/init.d/mysql hardcodes CONF-variable

Bug #720051 reported by Thomas Schweikle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mysql-cluster-7.0 (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

Within script "/etc/init.d/mysql" testing existence of the config file "my.cnf" is hardcoded: changing the variable "CONF" thus doesn't have any effect. This shall be changed to respect variable "CONF":
--------
54c54
< if [ ! -r /etc/mysql/my.cnf ]; then
---
> if [ ! -r ${CONF} ]; then
--------

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mysql-cluster-server 7.0.9-1ubuntu7
ProcVersionSignature: Ubuntu 2.6.32-28.55-server 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-server x86_64
Architecture: amd64
Date: Wed Feb 16 14:27:11 2011
InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mysql-cluster-7.0

Revision history for this message
Thomas Schweikle (tps) wrote :
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Code still does not respect $CONF.

Changed in mysql-cluster-7.0 (Ubuntu):
status: New → Triaged
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.