X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=5b74a341c8c394f0fa538bb62fba99e434e4a693;hp=bbb9d2991b1dcf2694ae3bfbd66a5cf30586426c;hb=refs%2Ftags%2Fdebian%2F1%251.0.7-9;hpb=e873a11144f5cbfa6b54a3b2eb3af131cbd5ebbd diff --git a/debian/changelog b/debian/changelog index bbb9d29..5b74a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nfs-utils (1:1.0.7-9) unstable; urgency=low + + * When checking for nfsd support in the kernel, check for init_nfsd + (which is a function) rather than nfsd_version (which is a variable); + kernels compiled without CONFIG_KALLSYMS_ALL=y have only the former. + (Closes: #361026) + + -- Steinar H. Gunderson Thu, 6 Apr 2006 13:31:48 +0200 + nfs-utils (1:1.0.7-8) unstable; urgency=low * Don't complain about missing sync/async for a read-only export.