diff options
author | jacomi | 1999-01-26 14:40:16 +0000 |
---|---|---|
committer | jacomi | 1999-01-26 14:40:16 +0000 |
commit | c92106435e1462f1065c381a52a8d8df173bdf9b (patch) | |
tree | a397ff57f80c4b74d426599c385148be898311c7 /src/irbox.init | |
parent | 1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6 (diff) | |
download | irbox-c92106435e1462f1065c381a52a8d8df173bdf9b.zip irbox-c92106435e1462f1065c381a52a8d8df173bdf9b.tar.gz irbox-c92106435e1462f1065c381a52a8d8df173bdf9b.tar.bz2 irbox-c92106435e1462f1065c381a52a8d8df173bdf9b.tar.xz |
Athis address added
Diffstat (limited to 'src/irbox.init')
-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 f026e0a..0409cd2 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 & + daemon irbox -b 2019 -d 143.196.53,143.196.2 & echo touch /var/lock/subsys/irbox ;; |