diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,8 @@ 2000-12-03 Chip Salzenberg <chip@valinux.com> * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero. + * debian/control: Let nhfsstone replace files in nfs-kernel-server. + * debian/changelog: Version 0.2.1-4. 2000-11-27 Tobias Ringstrom <tori@tellus.mine.nu> diff --git a/debian/changelog b/debian/changelog index 80e9e07..05a4ace 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nfs-utils (1:0.2.1-4) unstable; urgency=medium + + * Warn about common errors in /etc/exports. (closes: #66421) + * Fix line numbers in messages about /etc/exports. (closes: #59734) + * Let nhfsstone replace files from old server packages. (closes: #59261) + + -- Chip Salzenberg <chip@valinux.com> Sun, 3 Dec 2000 14:41:13 -0800 + nfs-utils (1:0.2.1-3) unstable; urgency=low * Add portmap dependency. (closes: #75639) diff --git a/debian/control b/debian/control index 0bafacd..9de266d 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Description: Kernel NFS server support Package: nhfsstone Architecture: any Depends: nfs-common, ${shlibs:Depends} +Replaces: nfs-kernel-server Description: NFS benchmark program. . Upstream: SourceForge project "nfs", CVS module nfs-utils. |