summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-10 01:24:19 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-10 01:24:19 (GMT)
commit76af2e01eaa822cfbea18737a611c9798d39c7c1 (patch)
treeb44dfde20544e1e579f94c77cc24aaa1ba5918db /abs/core-testing
parentc6dc821414015c2b1990792b140664e65e67cb28 (diff)
downloadlinhes_pkgbuild-76af2e01eaa822cfbea18737a611c9798d39c7c1.zip
linhes_pkgbuild-76af2e01eaa822cfbea18737a611c9798d39c7c1.tar.gz
linhes_pkgbuild-76af2e01eaa822cfbea18737a611c9798d39c7c1.tar.bz2
convert runit frontend to use LinHES-start script
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-xabs/core-testing/runit/PKGBUILD4
-rwxr-xr-xabs/core-testing/runit/runitscripts/services/frontend/run2
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