b47d1ebf84
This is a cryptographically signed message in MIME format. - some mirrors do not have the old version anymore - cleanup deprecated options --without-vio : removed in 5.0.2 --without-raid, --without-mysqlfs : removed in 5.0.3 http://dev.mysql.com/doc/refman/5.0/en/source-configuration-options.html --without-pstack : removed in 5.1.54 --without-bench : removed in 5.1.11 http://dev.mysql.com/doc/refman/5.1/en/source-configuration-options.html Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39488 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
300 B
Diff
12 lines
300 B
Diff
--- a/scripts/mysql_install_db.sh
|
|
+++ b/scripts/mysql_install_db.sh
|
|
@@ -322,7 +322,7 @@ then
|
|
fi
|
|
|
|
# Try to determine the hostname
|
|
-hostname=`@HOSTNAME@`
|
|
+hostname=`cat /proc/sys/kernel/hostname`
|
|
|
|
# Check if hostname is valid
|
|
if test "$cross_bootstrap" -eq 0 -a "$in_rpm" -eq 0 -a "$force" -eq 0
|