Bug 3962 - /etc/rc.d/init.d/nfs reload does not work
Summary: /etc/rc.d/init.d/nfs reload does not work
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: knfsd
Version: 6.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-07-09 09:44 UTC by pandr
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-07-09 13:59:16 UTC
Embargoed:


Attachments (Terms of Use)

Description pandr 1999-07-09 09:44:48 UTC
/etc/rc.d/init.d/nfs reload    does not work. At least not
the way I would assume it should work.

I think the patch below should be applied.

Regards,

 - Peter


--- nfs.19990628        Mon Jun 28 10:51:08 1999
+++ nfs Mon Jun 28 10:51:17 1999
@@ -86,7 +86,7 @@
        echo "done."
        ;;
   reload)
-       /usr/sbin/exportfs
+       /usr/sbin/exportfs -rv
        touch /var/lock/subsys/nfs
        ;;
   probe)

Comment 1 Jeff Johnson 1999-07-09 13:59:59 UTC
Added in knfsd-1.4.4-2. Thanks for the report.


Note You need to log in before you can comment on or make changes to this bug.