Bug 36721 - Typo in rc script?
Summary: Typo in rc script?
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: portmap
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-20 01:00 UTC by hjl
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-20 14:41:13 UTC
Embargoed:


Attachments (Terms of Use)

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.


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