diff options
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 83b3800..d2e6be6 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=18 +pkgrel=19 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -8,7 +8,7 @@ depends=('glibc' 'util-linux' 'initscripts' 'runit' ) makedepends=('rsync') conflicts=() replaces=() -backup=(etc/runit/1.local) +backup=('etc/runit/1.local' 'etc/runit/3.local') install=runit.install source=(fbsplash-runit.sh) arch=('i686') @@ -23,11 +23,9 @@ build() { install -d $startdir/pkg/sbin install -d $startdir/pkg/etc/rc.d/functions.d - install -m0700 1 2 3 1.local ctrlaltdel $startdir/pkg/etc/runit + install -m0700 1 2 3 1.local 3.local ctrlaltdel $startdir/pkg/etc/runit install -m755 $startdir/src/fbsplash-runit.sh $startdir/pkg/etc/rc.d/functions.d/fbsplash-runit.sh install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv } - -md5sums=('701fc39d1578b56e7702b1393d8a2b2e') md5sums=('fdc7aee7ce323f1e55060e2da54a9534') |