diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-10-15 20:50:37 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-10-15 20:50:37 (GMT) |
commit | e30a147731084878086c772d16e522e580ad02fc (patch) | |
tree | 92cffcabb2d47022bf0f0328677b6609b05e3b88 /abs/core/runit-scripts/PKGBUILD | |
parent | 92872a1d41950c7a99c5f7caf13a9802b890ef51 (diff) | |
download | linhes_pkgbuild-e30a147731084878086c772d16e522e580ad02fc.zip linhes_pkgbuild-e30a147731084878086c772d16e522e580ad02fc.tar.gz linhes_pkgbuild-e30a147731084878086c772d16e522e580ad02fc.tar.bz2 |
runit-scripts: halt-runit and reboot-runit: fix wall syntax to use stdin.
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 9354ae2..b652cba 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=8.0 -pkgrel=5 +pkgrel=6 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" |