diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 15:23:37 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 15:23:37 +0000 |
commit | eb5bbfcc576e6350926ae69a32249970d0b2514c (patch) | |
tree | 1d4307ab6788a8ae16ece08017d272eb8c4d3da2 /addons | |
parent | e99d60aa6151867c492f8fddafb4287c07d3670f (diff) |
Correct path to simpleopal binary. Call generic host 'phone'.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@21 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'addons')
-rwxr-xr-x | addons/x11phonehome/usr/local/bin/launch-simpleopal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/x11phonehome/usr/local/bin/launch-simpleopal b/addons/x11phonehome/usr/local/bin/launch-simpleopal index 8db3842..b23cc26 100755 --- a/addons/x11phonehome/usr/local/bin/launch-simpleopal +++ b/addons/x11phonehome/usr/local/bin/launch-simpleopal @@ -1,7 +1,7 @@ #!/usr/bin/launchtool -C tag = simpleopal -command = /home/jonas/src/debian/opal/simpleopal/obj_linux_ppc_r/simpleopal -nVIX --display :0 --quit-when-idle h323:hysbald +command = /usr/bin/simpleopal -nVIX --display :0 --quit-when-idle h323:phone daemon = yes #stats = yes #user = myserver |