Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 129725

Summary: typo in /etc/conf.d/local.start
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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