diff options
author | kent@mysql.com/g4-2.local <> | 2006-07-15 00:24:35 +0200 |
---|---|---|
committer | kent@mysql.com/g4-2.local <> | 2006-07-15 00:24:35 +0200 |
commit | 0f11ea9b0b8992d3175077aef5726c19d08d3700 (patch) | |
tree | f47df9e918ecc5f963d43616db937c7833de7467 /support-files | |
parent | 5620f8e0a6a8ee4ff924ba7cee26b56ade240eb8 (diff) | |
download | mariadb-git-0f11ea9b0b8992d3175077aef5726c19d08d3700.tar.gz |
mysql.spec.sh:
Command "ndb_mgm" is an optional tool, and should only be in "ndb-tools" package (bug#21058)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 454ec522f0e..075abbfe09e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -634,7 +634,6 @@ fi %files ndb-management %defattr(-,root,root,0755) %attr(755, root, root) %{_sbindir}/ndb_mgmd -%attr(755, root, root) %{_bindir}/ndb_mgm %files ndb-tools %defattr(-,root,root,0755) |