diff options
author | chip <chip> | 2004-03-18 21:57:12 +0000 |
---|---|---|
committer | chip <chip> | 2004-03-18 21:57:12 +0000 |
commit | 896c3badcc402870a2b092eba59db3c4cd822d2b (patch) | |
tree | f8fe5bd4e8a892fe535d5ba4f4088c3e113475b8 | |
parent | 4fedaaca9d6a1ecaa52cd82200d5551e408f0e38 (diff) | |
download | nfs-utils-896c3badcc402870a2b092eba59db3c4cd822d2b.tar.gz nfs-utils-896c3badcc402870a2b092eba59db3c4cd822d2b.tar.xz nfs-utils-896c3badcc402870a2b092eba59db3c4cd822d2b.zip |
Add comment about cleaning /var/lib/nfs in postrm.
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8a79ea8..150f9c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,16 +2,17 @@ nfs-utils (1:1.0.6-2) unstable; urgency=medium * Upstream CVS sync. * Urgency "medium" to get debconf fix into testing. - * Make /etc/exports a conffile. (closes: #224557) * Remove debconf warning notes in favor of nfs-kernel-server.NEWS. (closes: #228365) + * Make /etc/exports a conffile. (closes: #224557) + * Clean up /var/lib/nfs in postrm. * Test kernel version in init script; all kernels from 2.4 forward have a lockd thread, and don't need rpc.lockd. Probe older kernels by checking for lockd-related symbols. When in doubt, go ahead and run rpc.lockd; if it's not needed, it exits. (closes: #205867) * Don't bother removing nfs-server's init links; it's long dead. - -- Chip Salzenberg <chip@debian.org> Thu, 18 Mar 2004 16:53:50 -0500 + -- Chip Salzenberg <chip@debian.org> Thu, 18 Mar 2004 17:06:00 -0500 nfs-utils (1:1.0.6-1) unstable; urgency=low |