From 61a68250df10d29b624650948484898334ff22d0 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sun, 3 Oct 2010 02:03:13 +0000
Subject: runit-scripts: removed --skip-name-resolve as that work around is no
 longer needed.

---
 abs/core-testing/runit-scripts/PKGBUILD                        | 2 +-
 abs/core-testing/runit-scripts/runitscripts/services/mysql/run | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD
index 768d311..4fcc454 100755
--- a/abs/core-testing/runit-scripts/PKGBUILD
+++ b/abs/core-testing/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=runit-scripts
 pkgver=1.8.0
-pkgrel=119
+pkgrel=121
 pkgdesc="collection of startup scripts for runit"
 url="http://smarden.org/runit/"
 license="BSD"
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
-- 
cgit v0.12