Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88989 - typo in /etc/init.d/domainname in baselayout-1.11.10-r6
Summary: typo in /etc/init.d/domainname in baselayout-1.11.10-r6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 11:17 UTC by Akos Ladanyi
Modified: 2005-04-14 21:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akos Ladanyi 2005-04-13 11:17:21 UTC
if checkconfig_dns ; then
                ebegin "Setting DNS domainname to ${DNSDOMAIN}"
                resolv=$(grep -v '^[[:space:]]*domain' /etc/resolv.conf)
                [[ ${OVERRIDE} == "1" ]] \

That should be: [[ ${OVERRIDE} = "1" ]] \

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-04-14 21:59:52 UTC
no it shouldnt