Comment 42 for bug 525154

Revision history for this message
Cédric Dufour (cdufour-keyword-ubuntu-086000) wrote : Re: mountall for /var races with rpc.statd

Couldn't we imagine using the output of " df -P /var/lib/nfs/ | tail -n 1 | awk '{print $6}' " to adapt the "/etc/init/statd.conf" script auto-magically during the 'nfs-common' package installation (iow. having the package's "postinst" script add the 'mounted MOUNTPOINT=...' stanza when appropriate) ?

See proposed attached patch.