Comment 17 for bug 1007293

Revision history for this message
Steve Langasek (vorlon) wrote :

I believe the right place to export ON_BOOT=y is part of the /etc/init/portmap-wait.conf job. You should be able to confirm this locally by changing this line:

  start portmap || true

to:

  start portmap ON_BOOT=y || true

I'll prepare an upload to fix this.