Package: mysql-server-5.0
Version: 5.0.32-7
Severity: minor
First, thank you for moving the /etc/my.cnf away form the root /etc.
SUGGESTION
I'd like to suggest that the configuration file was a little
differently named:
/etc/mysql/config
or
/etc/mysql/mysql.conf (which is little reperitive)
The use of extension ".cnf" is not common compared to ".conf" and the
word "my" is a little generic.
This seems to be easy change in /etc/init.d/mysql, where the code
could read during transition:
CONF=/etc/mysql/config
if [ -f /etc/mysql/my.cnf ]; then
echo "[MYSQL WARN] Please upgrade to $CONF" >&2
CONF=/etc/mysql/my.cnf
fi
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]