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/runitscripts | |
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/runitscripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/lircd/run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |