aboutsummaryrefslogtreecommitdiff
path: root/utils/mariadb/patches/100-fix_hostname.patch
blob: 40f4fb57ba9580cd1ed97143c7b06ef9cea17921 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -439,7 +439,7 @@ 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