diff options
author | James Meyer <james.meyer@operamail.com> | 2011-09-01 15:06:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-09-01 15:06:57 (GMT) |
commit | 1b9906de1e3b06d1c6442361200f8b1348c66152 (patch) | |
tree | 82b3f7ffb1854d54f50b5cb541d981a344cffd24 /abs/core/runit-scripts/PKGBUILD | |
parent | f53cccacbb7bed54f4cbba8021bc41b75a6e2e4e (diff) | |
download | linhes_pkgbuild-1b9906de1e3b06d1c6442361200f8b1348c66152.zip linhes_pkgbuild-1b9906de1e3b06d1c6442361200f8b1348c66152.tar.gz linhes_pkgbuild-1b9906de1e3b06d1c6442361200f8b1348c66152.tar.bz2 |
runit-scripts: Defined new print procedure for runit to use.
Convert some scripts to use the new printhlr procedure.
Cleanup of a couple scripts to stop spewing crap on the console.
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 4c3c8e1..ee88800 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=30 +pkgrel=33 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -27,4 +27,4 @@ build() { install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv } -md5sums=('fdc7aee7ce323f1e55060e2da54a9534') +md5sums=('45d0b0c6ad9b00eeaaef3341245a8d4c') |