diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-02-24 02:39:48 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-02-24 02:39:48 (GMT) |
commit | b4b39219a4202ec5cd46a3dcf1082d9b8e966013 (patch) | |
tree | ea91f15990ff66b021f5c668b7405e9d8adee1eb /abs/core/runit-scripts/PKGBUILD | |
parent | febdab96da49ba703e105345c103fce7a903a3e8 (diff) | |
download | linhes_pkgbuild-b4b39219a4202ec5cd46a3dcf1082d9b8e966013.zip linhes_pkgbuild-b4b39219a4202ec5cd46a3dcf1082d9b8e966013.tar.gz linhes_pkgbuild-b4b39219a4202ec5cd46a3dcf1082d9b8e966013.tar.bz2 |
runit-scripts: Add a local shutdown script (3.local) for custom shutdown commands
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') |