Package: iodine
Version: 0.5.0-1

The file /usr/share/doc/iodine/examples/iodine-jigger contains the
following lines:

## Minimal customization: put the two lines
##  subdomain=your.tunnel.sub.domain
##  passed=password_for_that_tunnel
## in the file /etc/default/iodine-client.

But the second line in the config file should be passwd=..., not passed=...


Secondly, on line 215 the gensub() function of awk is called. This is
only available on GNU awk, not on mawk or other awk versions (I ran
into this problem as I was using the package on Ubuntu which comes
with mawk by default, but the problem might arise on Debian as well).
The script should call "gawk" instead of "awk" on line 215, and maybe
gawk should be added to the Suggested requirements for the package.
Alternatively the script could be modified so that it can run on any
awk version.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to