Bug 184486

Summary: typos in /etc/rc.d/init.d/nfs file
Product: [Fedora] Fedora Reporter: Gianluca Cecchi <gianluca.cecchi>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-01 14:15:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gianluca Cecchi 2006-03-09 08:05:41 UTC
Description of problem:
typos in /etc/rc.d/init.d/nfs file

Version-Release number of selected component (if applicable):
1.0.8.rc2-4.FC5.2

How reproducible:
always

Steps to Reproduce:
1. run service nfs status
2. you see at the beginning 
Shutting down NFS mountd: rpc.mountd (pid 16373 16340) is running...
nfsd (pid 16332 16331 16330 16329 16328 16327 16326 16325) is running...
rpc.rquotad (pid 16368 16304) is running...

3.
  
Actual results:
message about shutting down services

Expected results:
only status messages

Additional info:

probably a cut'n'paste error from stop to status
in status block there is now
  status)
--->        [ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd status
--->        echo -n $"Shutting down NFS mountd: "
        status rpc.mountd
        status nfsd
        if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then
                status rpc.rquotad
        fi
        ;;

see ---> for wrong lines.

Comment 1 Steve Dickson 2006-07-01 14:15:38 UTC

*** This bug has been marked as a duplicate of 174225 ***