commit: 4d058964c976ac76af8a9b0829dad10c080ab03f
Author: layman <layman <AT> localhost>
AuthorDate: Thu May 14 18:43:44 2015 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu May 14 18:43:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=4d058964
Remove the T option from log-s6 as mysql already includes a timestamp of its own
dev-db/mysql-init-scripts/files/log-s6 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/mysql-init-scripts/files/log-s6
b/dev-db/mysql-init-scripts/files/log-s6
index dca71a8..965b235 100644
--- a/dev-db/mysql-init-scripts/files/log-s6
+++ b/dev-db/mysql-init-scripts/files/log-s6
@@ -8,5 +8,5 @@ mkdir -p "/var/log/mysql/${SVCNAME}"
if [ ${S6_LOG_OPTIONS} ] ; then
exec s6-log ${S6_LOG_OPTIONS}
else
- exec s6-log -b n20 S15000000 T !"gzip -nq9" "/var/log/mysql/${SVCNAME}"
+ exec s6-log -b n20 S15000000 !"gzip -nq9" "/var/log/mysql/${SVCNAME}"
fi