summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-06-11 13:38:02 +0200
committerlenz@mysql.com <>2003-06-11 13:38:02 +0200
commit90543684b4ad445562e267e430aa14cfffb477c7 (patch)
tree5d2744c759eef0aa20d48d15f28fa56fbe07e8ba /support-files
parentd640ff4a974d5bbb2751c28cfa6db3a53e69bd90 (diff)
downloadmariadb-git-90543684b4ad445562e267e430aa14cfffb477c7.tar.gz
- fixed a path to init script in RPM spec file (/sbin/init.d is obsolete)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 06ba2d63f45..6cc33866efd 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -327,7 +327,7 @@ install -m755 $MBD/support-files/mysql.server $RBR/etc/init.d/mysql
# Create a symlink "rcmysql", pointing to the init.script. SuSE users
# will appreciate that, as all services usually offer this.
-ln -s ../../sbin/init.d/mysql $RPM_BUILD_ROOT/usr/sbin/rcmysql
+ln -s ../../etc/init.d/mysql $RPM_BUILD_ROOT/usr/sbin/rcmysql
# Create symbolic compatibility link safe_mysqld -> mysqld_safe
# (safe_mysqld will be gone in MySQL 4.1)