aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2017-03-16 09:26:15 +0000
committerStuart Shelton <stuart@shelton.me>2017-03-16 09:26:15 +0000
commit0005fd42f4914ee6d7031097dedabd8fe3ef689b (patch)
treec713bf077da3ac7a04dd975c121a4589361c6895 /dev-db/mysql-init-scripts/files/log-s6
parentUpdate sys-libs/glibc-2.23-r3 (diff)
downloadsrcshelton-0005fd42f4914ee6d7031097dedabd8fe3ef689b.tar.gz
srcshelton-0005fd42f4914ee6d7031097dedabd8fe3ef689b.tar.bz2
srcshelton-0005fd42f4914ee6d7031097dedabd8fe3ef689b.zip
Update all files modified by Gentoo Bug 611234, closing change started at d798c00
Diffstat (limited to 'dev-db/mysql-init-scripts/files/log-s6')
-rw-r--r--dev-db/mysql-init-scripts/files/log-s61
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-db/mysql-init-scripts/files/log-s6 b/dev-db/mysql-init-scripts/files/log-s6
index 640d5946..d135c530 100644
--- a/dev-db/mysql-init-scripts/files/log-s6
+++ b/dev-db/mysql-init-scripts/files/log-s6
@@ -1,7 +1,6 @@
#!/bin/sh
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: 15be384fc7348698a1b6316e048a2845200c6e25 $
if [ -e ./env ] ; then source ./env ; else echo "failed to source env" ; fi
mkdir -p "/var/log/mysql/${SVCNAME}"