Mark Sargent wrote:
Hi All,
if this script is in scripts by default, why does it have the
following code,
test -z "$ldata" && ldata=./data
if test -z "$basedir"
then
basedir=.
bindir=./bin
execdir=./bin
pkgdatadir=./support-files
else
bindir="$basedir/bin"
if test -x "$basedir/libexec/mysql
Hi All,
if this script is in scripts by default, why does it have the following
code,
test -z "$ldata" && ldata=./data
if test -z "$basedir"
then
basedir=.
bindir=./bin
execdir=./bin
pkgdatadir=./support-files
else
bindir="$basedir/bin"
if test -x "$basedir/libexec/mysqld"
then
execdir=