Bug 184486 - typos in /etc/rc.d/init.d/nfs file
Summary: typos in /etc/rc.d/init.d/nfs file
Keywords:
Status: CLOSED DUPLICATE of bug 174225
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-09 08:05 UTC by Gianluca Cecchi
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-01 14:15:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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