]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- typo (doubled comma in attr) - pointed out by glen
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 17 Jun 2004 22:04:32 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.215

mysql.spec

index 07be2dfe615119e2a733e916efce5675871de5b5..24a783bf3fca3dbf9557bbd2a72b2bf1a201f468 100644 (file)
@@ -500,7 +500,7 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/mysql
 %attr(751,root,root) %dir /etc/mysql
 %attr(640,mysql,mysql) %config(noreplace) %verify(not md5 size mtime) /etc/mysql/mysqld.conf
-%attr(640,root,,mysql) %config(noreplace) %verify(not md5 size mtime) /etc/mysql/clusters.conf
+%attr(640,root,mysql) %config(noreplace) %verify(not md5 size mtime) /etc/mysql/clusters.conf
 %attr(755,root,root) %{_bindir}/isamchk
 %attr(755,root,root) %{_bindir}/isamlog
 %attr(755,root,root) %{_bindir}/myisamchk
This page took 0.037914 seconds and 4 git commands to generate.