Comment 2 for bug 340301

Revision history for this message
Alex Sidorenko (asid) wrote :

I have found that other packages rely on /sbin/lsmod either, e.g.

{root 14:42:28} fgrep lsmod /etc/init.d/acpi*
/etc/init.d/acpid: LIST="$(/sbin/lsmod | awk '!/Module/ {print $1}')"

acpid 1.0.6-9ubuntu4

vmware module generation depends on /sbin/lsmod (well, this is not free software...)

We probably need to submit a separate bugreport for acpid.

Alex