Fix typo in the config file

This commit is contained in:
Honza Horak 2015-01-26 17:55:15 +01:00
parent a0cd71f735
commit 093a0820af
2 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@ diff -up mariadb-10.0.15/support-files/rpm/server.cnf.ownsetup mariadb-10.0.15/s
+# instructions in http://fedoraproject.org/wiki/Systemd +# instructions in http://fedoraproject.org/wiki/Systemd
[mysqld] [mysqld]
+datadir=@MYSQL_DATADIR@ +datadir=@MYSQL_DATADIR@
+socket=@DMYSQL_UNIX_ADDR@ +socket=@MYSQL_UNIX_ADDR@
+log-error=@LOG_LOCATION@ +log-error=@LOG_LOCATION@
+pid-file=@PID_FILE_DIR@/@DAEMON_NAME@.pid +pid-file=@PID_FILE_DIR@/@DAEMON_NAME@.pid
+ +

View File

@ -108,7 +108,7 @@
Name: mariadb Name: mariadb
Version: %{compatver}.%{bugfixver} Version: %{compatver}.%{bugfixver}
Release: 7%{?with_debug:.debug}%{?dist} Release: 8%{?with_debug:.debug}%{?dist}
Epoch: 1 Epoch: 1
Summary: A community developed branch of MySQL Summary: A community developed branch of MySQL
@ -1139,6 +1139,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Jan 26 2015 Honza Horak <hhorak@redhat.com> - 1:10.0.15-8
- Fix typo in the config file
* Sun Jan 25 2015 Honza Horak <hhorak@redhat.com> - 1:10.0.15-7 * Sun Jan 25 2015 Honza Horak <hhorak@redhat.com> - 1:10.0.15-7
- Do not create log file in post script - Do not create log file in post script