summaryrefslogtreecommitdiff
path: root/databases/percona55-server/files/patch-ab
blob: 1fd66bbe0cadb6da3047530e9d716dcf21d606cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- scripts/mysql_install_db.sh.orig	Wed Jan 12 21:06:30 2000
+++ scripts/mysql_install_db.sh	Sun Mar 26 23:20:27 2000
@@ -15,8 +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
@@ -60,8 +58,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
@@ -255,12 +251,6 @@
 END_OF_DATA
 then
   echo ""
-  if test "$IN_RPM" -eq 0
-  then
-    echo "To start mysqld at boot time you have to copy support-files/mysql.server"
-    echo "to the right place for your system"
-    echo
-  fi
   echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
   echo "This is done with:"
   echo "$bindir/mysqladmin -u root password 'new-password'"