summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-28 19:12:07 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-28 19:12:07 (GMT)
commit3fc303041b0c38ef9d1f74e0be21fbbd5557e0d0 (patch)
treea9d5f11715406d03333e94787015a5fd64578e68 /abs/core/runit-scripts
parent6cef3f98f980e52687095c74b040cf5531688545 (diff)
downloadlinhes_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-xabs/core/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/shellinaboxd/run2
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"