From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2 Description of problem: Run as root the command 'service nfs status'. It starts out saying: Shutting down NFS mountd: This is wrong (obviously the text was copied from the 'stop' command). Version-Release number of selected component (if applicable): nfs-utils-1.0.6-52 How reproducible: Always Steps to Reproduce: 1. Easy to reproduce, just run the command as given in the description. 2. 3. Actual Results: Displayed output shows: Shutting down NFS mountd: Expected Results: Only the status of various NFS related daemons should be shown, the above message should not appear. Additional info: The file /etc/init.d/nfs at line 124 has: echo -n $"Shutting down NFS mountd: " This line should be deleted.