Commit 783c4f08 authored by tomas@mc05.(none)'s avatar tomas@mc05.(none)

fixed naming error

parent d58d6e2b
...@@ -19,10 +19,10 @@ cd $CWD ...@@ -19,10 +19,10 @@ cd $CWD
if [ -d ../sql ] ; then if [ -d ../sql ] ; then
SOURCE_DIST=1 SOURCE_DIST=1
ndbtop=$BASEDIR/ndb ndbtop=$BASEDIR/ndb
exec_ndb=$ndbtop/src/kernel/ndb-main/ndbd exec_ndb=$ndbtop/src/kernel/ndbd
exec_mgmtsrvr=$ndbtop/src/mgmsrv/ndb_mgmd exec_mgmtsrvr=$ndbtop/src/mgmsrv/ndb_mgmd
exec_waiter=$ndbtop/tools/ndb_waiter exec_waiter=$ndbtop/tools/ndb_waiter
exec_mgmtclient=$ndbtop/src/mgmclient/ndb_mgmclient exec_mgmtclient=$ndbtop/src/mgmclient/ndb_mgm
else else
BINARY_DIST=1 BINARY_DIST=1
if test -x "$BASEDIR/libexec/ndbd" if test -x "$BASEDIR/libexec/ndbd"
...@@ -34,7 +34,7 @@ else ...@@ -34,7 +34,7 @@ else
exec_mgmtsrvr=$BASEDIR/bin/ndb_mgmd exec_mgmtsrvr=$BASEDIR/bin/ndb_mgmd
fi fi
exec_waiter=$BASEDIR/bin/ndb_waiter exec_waiter=$BASEDIR/bin/ndb_waiter
exec_mgmtclient=$BASEDIR/bin/ndb_mgmclient exec_mgmtclient=$BASEDIR/bin/ndb_mgm
fi fi
pidfile=ndbcluster.pid pidfile=ndbcluster.pid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment