install bin/mysql.server for people who won't or can't use etc/rc.d/mysqld.
fixes rest of [pkg/19936].
This commit is contained in:
parent
9c4b8e8306
commit
b4603d7970
4 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.33 2003/01/21 06:02:41 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2003/01/21 08:13:18 lukem Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-server-/}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
SVR4_PKGNAME= mysqs
|
||||
COMMENT= MySQL, a free SQL database (server)
|
||||
|
||||
|
@ -59,6 +59,7 @@ pre-install:
|
|||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/safe_mysqld ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/mysql_install_db ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/support-files/mysql.server ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/mysqld.1 ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/man/safe_mysqld.1 ${PREFIX}/man/man1
|
||||
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2003/01/21 06:02:41 lukem Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2003/01/21 08:13:19 lukem Exp $
|
||||
bin/comp_err
|
||||
bin/isamchk
|
||||
bin/isamlog
|
||||
|
@ -6,6 +6,7 @@ bin/my_print_defaults
|
|||
bin/myisamchk
|
||||
bin/myisamlog
|
||||
bin/myisampack
|
||||
bin/mysql.server
|
||||
bin/mysql_install_db
|
||||
bin/pack_isam
|
||||
bin/perror
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.19 2003/01/21 06:02:41 lukem Exp $
|
||||
$NetBSD: distinfo,v 1.20 2003/01/21 08:13:19 lukem Exp $
|
||||
|
||||
SHA1 (mysql-3.23.49.tar.gz) = 0256331c7aa9388955148f80cdca382f467ad1be
|
||||
Size (mysql-3.23.49.tar.gz) = 11844905 bytes
|
||||
SHA1 (patch-aa) = d40a52dd115b3fd4236d66c2c5946fddc04f13cb
|
||||
SHA1 (patch-aa) = 62ea698d88c7f402a94f584fcb27e564c5c31276
|
||||
SHA1 (patch-ab) = 8e80dc2b0def56f3453395f8310e71f8113c7ccd
|
||||
SHA1 (patch-ac) = 29fbb5bac3a81c3f9197c2d9ff84b795cdfbcaed
|
||||
SHA1 (patch-ad) = 7127dd00a6067aa06a563c13dde1ea25e70fa7bf
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.6 2002/03/18 14:17:44 martti Exp $
|
||||
$NetBSD: patch-aa,v 1.7 2003/01/21 08:13:19 lukem Exp $
|
||||
|
||||
--- Makefile.in.orig Thu Feb 14 18:50:36 2002
|
||||
+++ Makefile.in Mon Mar 18 14:48:56 2002
|
||||
|
@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.6 2002/03/18 14:17:44 martti Exp $
|
|||
EXTRA_DIST = INSTALL-SOURCE README COPYING COPYING.LIB MIRRORS
|
||||
|
||||
-SUBDIRS = include @docs_dirs@ @readline_dir@ @thread_dirs@ @sql_client_dirs@ @sql_server_dirs@ scripts tests man @bench_dirs@ support-files
|
||||
+SUBDIRS = @thread_dirs@ @sql_server_dirs@ tests @bench_dirs@
|
||||
+SUBDIRS = @thread_dirs@ @sql_server_dirs@ tests @bench_dirs@ support-files
|
||||
|
||||
|
||||
# Relink after clean
|
||||
|
|
Loading…
Reference in a new issue