mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
581 B
Plaintext
23 lines
581 B
Plaintext
--- 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
|
|
|
|
-# Are we doing an rpm install?
|
|
-if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi
|
|
-if test "$1" = "--force"; then force=1; shift; fi
|
|
-
|
|
# Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf
|
|
if test -w /
|
|
then
|
|
@@ -60,8 +56,6 @@
|
|
fi
|
|
fi
|
|
|
|
-# On IRIX hostname is in /usr/bsd so add this to the path
|
|
-PATH=$PATH:/usr/bsd
|
|
hostname=`hostname` # Install this too in the user table
|
|
|
|
# Check if hostname is valid
|