Package: iodine
Severity: important

                cd /dev && WRITE_ON_UDEV=false ./MAKEDEV tun

I do not know how you came up with this, but it's totally wrong:

- if udev is installed, /dev/net/tun is always automatically created at
  boot time
- anyway, even if it were missing this would only make it exist until
  the next reboot
- but now the device will not actually be created in the underlying
  static /dev if it is really missing from there

So please remove the if [ -e /dev/net/tun ] and WRITE_ON_UDEV=false,
and then s/makedev/udev | makedev/ in the Depends field.

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature

Reply via email to