summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit/PKGBUILD
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/runit/PKGBUILD
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/runit/PKGBUILD')
-rwxr-xr-xabs/core-testing/runit/PKGBUILD4
1 files changed, 2 insertions, 2 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
+
}