summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches/patch-ae
blob: ab104e54c9cdc4d3d4cd32f020fd883e8027f6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ae,v 1.10 2010/02/18 15:46:10 taca Exp $

--- scripts/Makefile.in.orig	2010-01-15 09:54:00.000000000 +0000
+++ scripts/Makefile.in
@@ -377,13 +377,12 @@ zlib_dir = @zlib_dir@
 BUILT_SOURCES = mysql_fix_privilege_tables.sql \
 		mysql_fix_privilege_tables_sql.c
 
-bin_SCRIPTS = @server_scripts@ \
+bin_SCRIPTS = \
 			msql2mysql \
 			mysql_config \
 			mysql_fix_privilege_tables \
 			mysql_fix_extensions \
 			mysql_setpermission \
-			mysql_secure_installation \
 			mysql_zap \
 			mysqlaccess \
 			mysqlbug \
@@ -393,8 +392,7 @@ bin_SCRIPTS = @server_scripts@ \
 			mysqldumpslow \
 			mysql_explain_log \
 			mysql_tableinfo \
-			mysql_upgrade_shell \
-			mysqld_multi
+			mysql_upgrade_shell
 
 noinst_SCRIPTS = make_binary_distribution \
 			make_sharedlib_distribution \