Package: nfs-kernel-server Severity: minor Tags: patch The exports(5) manpage suggests using "/etc/init.d/nfs-kernel-server reload" to reload the exports configuration. Debian policy 3.7.0.0 introduces a requirement that scripts use invoke-rc.d rather than calling initscripts directly; the manpage should suggest the same usage.
I grepped the whole nfs-utils package and it looks like this is the only manpage that needs updating. -Ted -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-1-k7 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -ru nfs-utils-1.0.7-orig/utils/exportfs/exports.man nfs-utils-1.0.7/utils/exportfs/exports.man --- nfs-utils-1.0.7-orig/utils/exportfs/exports.man 2006-05-28 17:32:07.000000000 +1000 +++ nfs-utils-1.0.7/utils/exportfs/exports.man 2006-05-28 17:34:30.000000000 +1000 @@ -30,7 +30,7 @@ octal digits. .PP To apply changes to this file, run exportfs -ra or (on Debian) -/etc/init.d/nfs-kernel-server reload. +invoke-rc.d nfs-kernel-server reload. .PP .SS Machine Name Formats NFS clients may be specified in a number of ways: