Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594534
Collapse All | Expand All

(-)a/sh/init.sh.Linux.in (-2 / +1 lines)
Lines 21-27 fi Link Here
21
mountproc=true
21
mountproc=true
22
f=/proc/self/environ
22
f=/proc/self/environ
23
if [ -e $f ]; then
23
if [ -e $f ]; then
24
	if [ "$(VAR=a cat $f)" = "$(VAR=b cat $f)" ]; then
24
	if [ "$(VAR=a cat $f 2>/dev/null)" = "$(VAR=b cat $f 2>/dev/null)" ]; then
25
		eerror "You have cruft in /proc that should be deleted"
25
		eerror "You have cruft in /proc that should be deleted"
26
	else
26
	else
27
		einfo "/proc is already mounted"
27
		einfo "/proc is already mounted"
28
- 

Return to bug 594534