pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases rc.d usage can be found in NetBSD and pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2f190ef0e1d
branches:  trunk
changeset: 524321:f2f190ef0e1d
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Jan 23 15:51:53 2007 +0000

description:
rc.d usage can be found in NetBSD and pkgsrc documentation and is not mysql
specific.

diffstat:

 databases/mysql4-server/MESSAGE |  14 +-------------
 databases/mysql5-server/MESSAGE |  14 +-------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diffs (44 lines):

diff -r f9c7e0582639 -r f2f190ef0e1d databases/mysql4-server/MESSAGE
--- a/databases/mysql4-server/MESSAGE   Tue Jan 23 15:50:02 2007 +0000
+++ b/databases/mysql4-server/MESSAGE   Tue Jan 23 15:51:53 2007 +0000
@@ -1,17 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.6 2005/03/08 16:48:11 xtraeme Exp $
-
-You can start the MySQL server doing the following steps:
-
-$ echo "mysqld=yes" >> /etc/rc.conf # NetBSD or a system with rc.d
-
-If you are using PKG_RCD_SCRIPTS=YES, try the following:
-
-$ ${RCD_SCRIPTS_DIR}/mysqld start
-
-Otherwise try:
-
-$ ${LOCALBASE}/${RCD_SCRIPTS_EXAMPLEDIR}/mysqld start
+$NetBSD: MESSAGE,v 1.7 2007/01/23 15:51:53 ghen Exp $
 
 After the tables are set up and the MySQL server is running,
 please remember to set a password for the MySQL root user!
diff -r f9c7e0582639 -r f2f190ef0e1d databases/mysql5-server/MESSAGE
--- a/databases/mysql5-server/MESSAGE   Tue Jan 23 15:50:02 2007 +0000
+++ b/databases/mysql5-server/MESSAGE   Tue Jan 23 15:51:53 2007 +0000
@@ -1,17 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/10/31 09:22:26 xtraeme Exp $
-
-You can start the MySQL server doing the following steps:
-
-$ echo "mysqld=yes" >> /etc/rc.conf # NetBSD or a system with rc.d
-
-If you are using PKG_RCD_SCRIPTS=YES, try the following:
-
-$ ${RCD_SCRIPTS_DIR}/mysqld start
-
-Otherwise try:
-
-$ ${LOCALBASE}/${RCD_SCRIPTS_EXAMPLEDIR}/mysqld start
+$NetBSD: MESSAGE,v 1.2 2007/01/23 15:51:53 ghen Exp $
 
 After the tables are set up and the MySQL server is running,
 please remember to set a password for the MySQL root user!



Home | Main Index | Thread Index | Old Index