diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 05:08:03 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 05:08:03 (GMT) |
commit | e8efa7348d5849656b3f3c51c6ae9c2b4089053e (patch) | |
tree | 859680a8e67a2b49edbd8ae3da25e831870bcfe6 /abs/core-testing/runit-scripts | |
parent | 982eaa1f1285ed3cb1022ec9520d1d6387b62e64 (diff) | |
download | linhes_pkgbuild-e8efa7348d5849656b3f3c51c6ae9c2b4089053e.zip linhes_pkgbuild-e8efa7348d5849656b3f3c51c6ae9c2b4089053e.tar.gz linhes_pkgbuild-e8efa7348d5849656b3f3c51c6ae9c2b4089053e.tar.bz2 |
correction for the dvico test.
Diffstat (limited to 'abs/core-testing/runit-scripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/lircd/run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index 2b60fba..3792572 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=14 +pkgrel=15 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core-testing/runit-scripts/runitscripts/services/lircd/run b/abs/core-testing/runit-scripts/runitscripts/services/lircd/run index 0adfdc1..9908256 100755 --- a/abs/core-testing/runit-scripts/runitscripts/services/lircd/run +++ b/abs/core-testing/runit-scripts/runitscripts/services/lircd/run @@ -7,7 +7,7 @@ run_lircd2=false function dvico_detect { - if [ x$Remotetype = "dvico" ] + if [ x$Remotetype = "xdvico" ] then DEVICE="/dev/usb/hiddev0" fi |