mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
make_binary_distribution.sh:
Man page for "mysqld" command move to section 8 (bug#21220) scripts/make_binary_distribution.sh: Man page for "mysqld" command move to section 8 (bug#21220)
This commit is contained in:
@ -70,7 +70,7 @@ mkdir $BASE $BASE/bin $BASE/docs \
|
|||||||
|
|
||||||
if [ $BASE_SYSTEM != "netware" ] ; then
|
if [ $BASE_SYSTEM != "netware" ] ; then
|
||||||
mkdir $BASE/share/mysql $BASE/tests $BASE/sql-bench $BASE/man \
|
mkdir $BASE/share/mysql $BASE/tests $BASE/sql-bench $BASE/man \
|
||||||
$BASE/man/man1 $BASE/data $BASE/data/mysql $BASE/data/test
|
$BASE/man/man1 $BASE/man/man8 $BASE/data $BASE/data/mysql $BASE/data/test
|
||||||
|
|
||||||
chmod o-rwx $BASE/data $BASE/data/*
|
chmod o-rwx $BASE/data $BASE/data/*
|
||||||
fi
|
fi
|
||||||
@ -198,6 +198,7 @@ if [ $BASE_SYSTEM != "netware" ] ; then
|
|||||||
fi
|
fi
|
||||||
if [ -d man ] ; then
|
if [ -d man ] ; then
|
||||||
$CP man/*.1 $BASE/man/man1
|
$CP man/*.1 $BASE/man/man1
|
||||||
|
$CP man/*.8 $BASE/man/man8
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -255,7 +256,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Make safe_mysqld a symlink to mysqld_safe for backwards portability
|
# Make safe_mysqld a symlink to mysqld_safe for backwards portability
|
||||||
# To be removed in MySQL 4.1
|
|
||||||
(cd $BASE/bin ; ln -s mysqld_safe safe_mysqld )
|
(cd $BASE/bin ; ln -s mysqld_safe safe_mysqld )
|
||||||
|
|
||||||
# Clean up if we did this from a bk tree
|
# Clean up if we did this from a bk tree
|
||||||
|
Reference in New Issue
Block a user