Comment 2 for bug 476426

Revision history for this message
skettler (skettler) wrote :

The package autodir 0.99.9-4 is not compatible with module-init-tools 3.11.1-2ubuntu1 on lucid.

autodir initscript /etc/init.d/autodir uses the following snippet to load the autofs4 module but the current modprobe does no longer accept the -k (autoclean) parameter:

    # Make sure the autofs filesystem type is available.
    load_autofs() {
            (grep -q autofs /proc/filesystems || /sbin/modprobe -k autofs4 || /sbin/modprobe -k autofs) 2>/dev/null
    }