Bug 36721

Summary: Typo in rc script?
Product: [Retired] Red Hat Linux Reporter: hjl
Component: portmapAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-20 14:41:13 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 hjl 2001-04-20 01:00:47 UTC
The portmap rc script has

# Get config.
if [ -f /etc/sysconfig/network ]
then
    . /etc/sysconfig/network
else
    echo $"Networking not configured - exiting\n"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What is that?
    exit 1
fi

Comment 1 Trond Eivind Glomsrxd 2001-04-20 14:22:56 UTC
What of it? It discoveres networking isn't configured, echos that (with gettext)
and exits.

Comment 2 hjl 2001-04-20 14:41:09 UTC
Have you tried? Why is a trailing \n? I got

# echo $"Networking not configured - exiting\n"
Networking not configured - exiting\n


Comment 3 Trond Eivind Glomsrxd 2001-04-20 15:01:51 UTC
Fixed in 4.0-36.