diff options
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/runit/PKGBUILD | 4 | ||||
-rwxr-xr-x | 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 |