diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-09-30 14:11:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-09-30 14:11:30 (GMT) |
commit | f334e5d80b50663dc514f1a1c2596d5168bb9f33 (patch) | |
tree | b3d47de618b0bbc87f9397ea4ed023b160d4aaef /abs/core/runit-scripts/PKGBUILD | |
parent | 70481ff5f43678e06b12f2c611042e5c8f35d637 (diff) | |
download | linhes_pkgbuild-f334e5d80b50663dc514f1a1c2596d5168bb9f33.zip linhes_pkgbuild-f334e5d80b50663dc514f1a1c2596d5168bb9f33.tar.gz linhes_pkgbuild-f334e5d80b50663dc514f1a1c2596d5168bb9f33.tar.bz2 |
runit-scripts: change frontend and vnc to start usingg su
runit can't term processes run with sudo and the -i option
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 d257ffe..151eb90 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=8.3 -pkgrel=9 +pkgrel=10 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" |