Bug 4745 - `init.d/nfs reload` is broken
Summary: `init.d/nfs reload` is broken
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: nfs-server
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-08-27 13:16 UTC by man
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-08-27 13:55:22 UTC
Embargoed:


Attachments (Terms of Use)

Description man 1999-08-27 13:16:42 UTC
executing an /etc/rc.d/init.d/nfs reload  calls
/usr/sbin/exportfs. this is fine, but the default behavior
for exportfs is just to print the current setup, not to
reload.

to do this, just change the line to be

/usr/sbin/exportfs -r

which syncs the running daemons with the /etc/exports file.

man exportfs for more info

Comment 1 Jeff Johnson 1999-08-27 13:55:59 UTC
This is already fixed in knfsd-1.4.7-1.


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