--- rxvt-unicode/src/rxvtd.C 2012/06/12 10:45:53 1.60 +++ rxvt-unicode/src/rxvtd.C 2014/10/06 11:14:49 1.62 @@ -7,7 +7,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -215,6 +215,8 @@ send ("END"); send (success ? 1 : 0); } } + else if (!strcmp (tok, "QUIT")) + _exit (0); else return err ("protocol error: request '%s' unsupported.\n", (char *)tok); }