Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129725 - typo in /etc/conf.d/local.start
Summary: typo in /etc/conf.d/local.start
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 12:01 UTC by Toralf Förster
Modified: 2006-04-15 00:14 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 Toralf Förster gentoo-dev 2006-04-12 12:01:07 UTC
The file contains this comment: "use 1>&2 to hide output"

If stderr does not point to /dev/null this comment should rewritten as : "use 1>/dev/null 2>&1 to hide output", isn't it ?
Comment 1 SpanKY gentoo-dev 2006-04-15 00:14:21 UTC
thanks, touched up comments in svn