diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-28 19:12:07 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-28 19:12:07 (GMT) |
commit | 3fc303041b0c38ef9d1f74e0be21fbbd5557e0d0 (patch) | |
tree | a9d5f11715406d03333e94787015a5fd64578e68 /abs/core/runit-scripts | |
parent | 6cef3f98f980e52687095c74b040cf5531688545 (diff) | |
download | linhes_pkgbuild-3fc303041b0c38ef9d1f74e0be21fbbd5557e0d0.zip linhes_pkgbuild-3fc303041b0c38ef9d1f74e0be21fbbd5557e0d0.tar.gz linhes_pkgbuild-3fc303041b0c38ef9d1f74e0be21fbbd5557e0d0.tar.bz2 |
runit-scripts: shellinaboxd run: add --no-beep to eliminate plugin error
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/shellinaboxd/run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index f3ef203..9354ae2 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=8.0 -pkgrel=4 +pkgrel=5 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run b/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run index bfc6018..bc94a73 100755 --- a/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run +++ b/abs/core/runit-scripts/runitscripts/services/shellinaboxd/run @@ -6,4 +6,4 @@ export TERM=linux stat_runit "Starting shellinabox" -exec su - mythtv -c "shellinaboxd -c /etc/lighttpd/" +exec su - mythtv -c "shellinaboxd -c /etc/lighttpd/ --no-beep" |