Subject: Re: pkg/29579: Installation of MySQL server doesn't mention the
To: None <xtraeme@netbsd.org, gnats-admin@netbsd.org,>
From: Juan RP <juan@xtraeme.nopcode.org>
List: pkgsrc-bugs
Date: 03/07/2005 20:20:02
The following reply was made to PR pkg/29579; it has been noted by GNATS.

From: Juan RP <juan@xtraeme.nopcode.org>
To: gnats-bugs@netbsd.org
Cc: woeye@mac.com, pkgsrc-bugs@netbsd.org
Subject: Re: pkg/29579: Installation of MySQL server doesn't mention the
 provided file mysqld.sh
Date: Mon, 7 Mar 2005 21:19:25 +0100

 On Wed,  2 Mar 2005 18:40:00 +0000 (UTC)
 woeye@mac.com wrote:
 
 > 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.
 
 This is because you need PKG_RCD_SCRIPTS=YES in mk.conf, which copies
 the rc.d scripts automagically into ${RCD_SCRIPTS_DIR} every time the 
 package is installed (it will be removed too when the package is deinstalled).
 
 I think this should be documented in the pkgsrc guide, not a mysql problem.