From e4fbb4ef11b64c9f71f40cf2b471424568aa3b3c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 1 Mar 2007 22:21:30 +0000 Subject: For consistency, remove exit code 2 (protocol incompatibility) from the other list of rsync exit codes. (trunk r6116:6117) svn path=/main/branches/2.1.2/; revision=6118 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emerge b/bin/emerge index de8e90cf9..8d57b78bd 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4003,7 +4003,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): mycommand = mycommand.split() exitcode = portage.portage_exec.spawn(mycommand, env=settings.environ()) - if exitcode in [0,1,2,3,4,11,14,20,21]: + if exitcode in [0,1,3,4,11,14,20,21]: break elif exitcode in [1,3,4,11,14,20,21]: break -- cgit v1.2.3-1-g7c22