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

(-)emerge (+6 lines)
Lines 1916-1921 Link Here
1916
1916
1917
# "update", "system", or just process files:
1917
# "update", "system", or just process files:
1918
else:
1918
else:
1919
	if myaction in ["system","world"]:
1920
		print
1921
		print red("*** WARNING ***")+" : RUNNING EMERGE -u/U",myaction.upper(),"BLINDY CAN IMPAIR YOUR SYSTEM."
1922
		print red("*** WARNING ***")+" :",myaction.upper(),"UPDATES SHOULD BE SPLIT INTO LOGICAL SEGMENTS;"
1923
		print red("*** WARNING ***")+" : LOOK OUT FOR IMPORTANT INFORMATION, AND TEST AS YOU GO."
1924
1919
	favorites=[]
1925
	favorites=[]
1920
	syslist=getlist("system")
1926
	syslist=getlist("system")
1921
	if ("--pretend" in myopts) and not ("--fetchonly" in myopts):
1927
	if ("--pretend" in myopts) and not ("--fetchonly" in myopts):

Return to bug 25256