1999-03-04 21:27:59 +00:00
|
|
|
--- scripts/mysql_install_db.sh.orig Mon Mar 1 20:08:17 1999
|
|
|
|
+++ scripts/mysql_install_db.sh Thu Mar 4 22:05:57 1999
|
|
|
|
@@ -15,10 +15,6 @@
|
|
|
|
force=0
|
|
|
|
IN_RPM=0
|
1998-12-22 18:01:44 +00:00
|
|
|
|
1998-12-24 01:14:13 +00:00
|
|
|
-# Are we doing an rpm install?
|
1998-11-21 20:13:52 +00:00
|
|
|
-if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi
|
1999-03-04 21:27:59 +00:00
|
|
|
-if test "$1" = "--force"; then force=1; shift; fi
|
|
|
|
-
|
1999-01-05 23:43:28 +00:00
|
|
|
# Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf
|
|
|
|
if test -w /
|
1999-03-04 21:27:59 +00:00
|
|
|
then
|
|
|
|
@@ -60,8 +56,6 @@
|
1998-12-24 01:14:13 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
-# On IRIX hostname is in /usr/bsd so add this to the path
|
|
|
|
-PATH=$PATH:/usr/bsd
|
1998-09-06 19:58:26 +00:00
|
|
|
hostname=`hostname` # Install this too in the user table
|
|
|
|
|
1998-12-24 01:14:13 +00:00
|
|
|
# Check if hostname is valid
|