From 76af2e01eaa822cfbea18737a611c9798d39c7c1 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 9 Oct 2008 18:24:19 -0700
Subject: convert runit frontend to use LinHES-start script

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

diff --git a/abs/core-testing/runit/PKGBUILD b/abs/core-testing/runit/PKGBUILD
index 4065ae6..b9ec5f9 100755
--- a/abs/core-testing/runit/PKGBUILD
+++ b/abs/core-testing/runit/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=runit
 pkgver=1.8.0
-pkgrel=51
+pkgrel=52
 pkgdesc="A replacement for sysvinit, and other init schemes, with service supervision"
 url="http://smarden.org/runit/"
 license="BSD"
@@ -64,6 +64,6 @@ install -m0755 $startdir/src/poweroff.script  $startdir/pkg/sbin
   #cp -R services/* $startdir/pkg/etc/sv
   cd $startdir
   install -d $startdir/pkg/usr/bin
-  install -m0755 fbd $startdir/pkg/usr/bin/fbd
+
 
 }
diff --git a/abs/core-testing/runit/runitscripts/services/frontend/run b/abs/core-testing/runit/runitscripts/services/frontend/run
index b59fc63..50e0e03 100755
--- a/abs/core-testing/runit/runitscripts/services/frontend/run
+++ b/abs/core-testing/runit/runitscripts/services/frontend/run
@@ -7,4 +7,4 @@ exec 2>&1
     sv down frontend
     exit 0
   fi
-/usr/bin/openvt -fwc 6 -- /bin/su - mythtv -c /usr/bin/startx >& /dev/null
+exec /bin/su - mythtv -l -c /usr/LH/bin/LinHES-start
-- 
cgit v0.12