Subject: pkg/29579: Installation of MySQL server doesn't mention the provided file mysqld.sh
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <woeye@mac.com>
List: pkgsrc-bugs
Date: 03/02/2005 18:40:00
>Number: 29579
>Category: pkg
>Synopsis: Installation of MySQL server doesn't mention the provided file mysqld.sh
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Wed Mar 02 18:40:00 +0000 2005
>Originator: Lars Hoss
>Release: 2.0
>Organization:
>Environment:
>Description:
For MySQL 4.0.x:
The MESSAGE files doesn't mention the included files/mysqld.sh file. Starting and stopping the server via mysql.sh is much more convenient, isn't it? In fact I wonder why this rc script doesn't get copied to rc.d by default? Compared to other packages this is what I would have excpected.
For MySQL 4.1.x:
In the MESSAGE file it says:
You can start the MySQL server doing the following steps:
$ echo "mysqld=yes" >> /etc/rc.conf # NetBSD or a system with rc.d
$ ${RCD_SCRIPTS_DIR}/mysqld start
The mysqld file, however, never gets copied to RCD_SCRIPTS_DIR.
>How-To-Repeat:
>Fix:
Copy the file files/mysqld.sh to RCD_SCRIPTS_DIR manually