summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-03 02:03:13 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-03 02:03:13 (GMT)
commit61a68250df10d29b624650948484898334ff22d0 (patch)
tree87d66b3a6377eca98f1488e7b8205e6c8ff6eb9d /abs/core-testing/runit-scripts/runitscripts/services
parent57910496fadec6cddfaf27e2299adc996bc59cad (diff)
downloadlinhes_pkgbuild-61a68250df10d29b624650948484898334ff22d0.zip
linhes_pkgbuild-61a68250df10d29b624650948484898334ff22d0.tar.gz
linhes_pkgbuild-61a68250df10d29b624650948484898334ff22d0.tar.bz2
runit-scripts: removed --skip-name-resolve as that work around is no longer needed.
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services')
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/mysql/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/mysql/run b/abs/core-testing/runit-scripts/runitscripts/services/mysql/run
index 6b2f95a..4b1a604 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/mysql/run
+++ b/abs/core-testing/runit-scripts/runitscripts/services/mysql/run
@@ -30,5 +30,5 @@ if [ ! -e /var/log/mysqld.log ]; then
touch /var/log/mysqld.log
chown mysql /var/log/mysqld.log
fi
-
-exec /usr/sbin/mysqld --skip-name-resolve -u mysql 2>/dev/null >/dev/null
+#exec /usr/sbin/mysqld --skip-name-resolve -u mysql 2>/dev/null >/dev/null
+exec /usr/sbin/mysqld -u mysql 2>/dev/null >/dev/null