You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
296 B

  1. --- a/scripts/mysql_install_db.sh
  2. +++ b/scripts/mysql_install_db.sh
  3. @@ -379,7 +379,7 @@ fi
  4. # Try to determine the hostname
  5. -hostname=`@HOSTNAME@`
  6. +hostname=`cat /proc/sys/kernel/hostname`
  7. # Check if hostname is valid
  8. if test "$cross_bootstrap" -eq 0 -a "$in_rpm" -eq 0 -a "$force" -eq 0