diff options
author | sc | 1999-03-11 17:20:49 +0000 |
---|---|---|
committer | sc | 1999-03-11 17:20:49 +0000 |
commit | ec8dab02848f9a08a880e899aae62049ff8100a2 (patch) | |
tree | 138b7a444282489bd0e6143fc8355e94f4f10630 /src | |
parent | ca6134b90efb73c1766d4d5da8946ce2e21a0659 (diff) | |
download | irbox-ec8dab02848f9a08a880e899aae62049ff8100a2.zip irbox-ec8dab02848f9a08a880e899aae62049ff8100a2.tar.gz irbox-ec8dab02848f9a08a880e899aae62049ff8100a2.tar.bz2 irbox-ec8dab02848f9a08a880e899aae62049ff8100a2.tar.xz |
Updated for new bus addresses
Diffstat (limited to 'src')
-rwxr-xr-x | src/irbox.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irbox.init b/src/irbox.init index 6248ae0..e1e383a 100755 --- a/src/irbox.init +++ b/src/irbox.init @@ -17,7 +17,7 @@ case "$1" in start) echo -n "Infra-red Ivy driver... " - daemon irbox -b 2019 -d 143.196.53,143.196.2 & + daemon irbox -b 143.196.53,143.196.1:2019 & echo touch /var/lock/subsys/irbox ;; |