diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
commit | 87d276ce0cf6b051d7198adf004ce15590ae294e (patch) | |
tree | 507520977c5d6047430f0f9fcd3960dfeaefc022 /abs/core-testing/runit/PKGBUILD | |
parent | b1b1890741091e465c5ed2d3bea92f7141b81362 (diff) | |
parent | 9d327823ebe603376dce4001876c25149c388c8d (diff) | |
download | linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.zip linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.gz linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.bz2 |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/runit/PKGBUILD')
-rwxr-xr-x | abs/core-testing/runit/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/runit/PKGBUILD b/abs/core-testing/runit/PKGBUILD index c0863bb..1303167 100755 --- a/abs/core-testing/runit/PKGBUILD +++ b/abs/core-testing/runit/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit pkgver=1.8.0 -pkgrel=57 +pkgrel=61 pkgdesc="A replacement for sysvinit, and other init schemes, with service supervision" url="http://smarden.org/runit/" license="BSD" @@ -10,7 +10,7 @@ conflicts=() replaces=() backup=() install=runit.install -source=(http://smarden.org/runit/$pkgname-$pkgver.tar.gz add_service.sh remove_service.sh halt.script reboot.script poweroff.script) +source=(http://smarden.org/runit/$pkgname-$pkgver.tar.gz add_service.sh remove_service.sh halt.script reboot.script poweroff.script shutdown.script) arch=('i686') build() { @@ -35,6 +35,7 @@ build() { install -m0755 $startdir/src/reboot.script $startdir/pkg/sbin install -m0755 $startdir/src/halt.script $startdir/pkg/sbin install -m0755 $startdir/src/poweroff.script $startdir/pkg/sbin + install -m0755 $startdir/src/shutdown.script $startdir/pkg/sbin for i in `cat ../package/commands`; do install -m0755 $i $startdir/pkg/sbin/ |