summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorunknown <kent/mysqldev@suse9-x86.mysql.com>2006-12-02 04:25:41 +0100
committerunknown <kent/mysqldev@suse9-x86.mysql.com>2006-12-02 04:25:41 +0100
commit8ab3b72ba8c7c6a76e67a89ea9068bae58f01682 (patch)
tree4144a1783c9bcfaddbd431ca82ec6ce5ba1eb740 /netware
parent01b2e7ed44f23d646e0684bd447b121b76a2117f (diff)
downloadmariadb-git-8ab3b72ba8c7c6a76e67a89ea9068bae58f01682.tar.gz
myisampack.def, myisamlog.def, myisam_ftdump.def, myisamchk.def:
Adjusted for storage path nwbootstrap: Corrected bad merge netware/BUILD/nwbootstrap: Corrected bad merge netware/myisam_ftdump.def: Adjusted for storage path netware/myisamchk.def: Adjusted for storage path netware/myisamlog.def: Adjusted for storage path netware/myisampack.def: Adjusted for storage path
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/BUILD/nwbootstrap3
-rw-r--r--netware/myisam_ftdump.def2
-rw-r--r--netware/myisamchk.def2
-rw-r--r--netware/myisamlog.def2
-rw-r--r--netware/myisampack.def2
5 files changed, 5 insertions, 6 deletions
diff --git a/netware/BUILD/nwbootstrap b/netware/BUILD/nwbootstrap
index 2f291cde9f2..590231cc3f6 100755
--- a/netware/BUILD/nwbootstrap
+++ b/netware/BUILD/nwbootstrap
@@ -172,8 +172,7 @@ nlm_version=`echo "$version" | sed -e "s;\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*;\1
for file in ./netware/*.def
do
mv -f $file $file.org
- sed -e "s;VERSION.*;VERSION $nlm_version;g" \
- -e "s;XDCDATA.*;XDCDATA $SRC_DIR/netware/mysql.xdc;g" $file.org > $file
+ sed -e "s;VERSION.*;VERSION $nlm_version;g" $file.org > $file
rm $file.org
done
diff --git a/netware/myisam_ftdump.def b/netware/myisam_ftdump.def
index 78123537a54..f2b4890a54d 100644
--- a/netware/myisam_ftdump.def
+++ b/netware/myisam_ftdump.def
@@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Dump Tool"
VERSION 4, 0
STACKSIZE 131072
-XDCDATA ../netware/mysql.xdc
+XDCDATA ../../netware/mysql.xdc
#DEBUG
diff --git a/netware/myisamchk.def b/netware/myisamchk.def
index 9805eb4ec1b..71fb66d0ed1 100644
--- a/netware/myisamchk.def
+++ b/netware/myisamchk.def
@@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Check Tool"
VERSION 4, 0
STACKSIZE 131072
-XDCDATA ../netware/mysql.xdc
+XDCDATA ../../netware/mysql.xdc
#DEBUG
diff --git a/netware/myisamlog.def b/netware/myisamlog.def
index 925650eac7b..1924ba2192b 100644
--- a/netware/myisamlog.def
+++ b/netware/myisamlog.def
@@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Log Tool"
VERSION 4, 0
STACKSIZE 131072
-XDCDATA ../netware/mysql.xdc
+XDCDATA ../../netware/mysql.xdc
#DEBUG
diff --git a/netware/myisampack.def b/netware/myisampack.def
index 877a143fd2e..39fd1b34100 100644
--- a/netware/myisampack.def
+++ b/netware/myisampack.def
@@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Pack Tool"
VERSION 4, 0
STACKSIZE 131072
-XDCDATA ../netware/mysql.xdc
+XDCDATA ../../netware/mysql.xdc
#DEBUG