--- rxvt-unicode/src/rxvtd.C 2007/12/13 18:24:36 1.42 +++ rxvt-unicode/src/rxvtd.C 2008/02/19 13:37:17 1.44 @@ -3,7 +3,7 @@ *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2003-2006 Marc Lehmann + * Copyright (c) 2003-2007 Marc Lehmann * * 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 @@ -248,14 +248,14 @@ } } - chdir ("/"); - if (opt_opendisplay) displays.get (getenv ("DISPLAY")); // open display and never release it char *sockname = rxvt_connection::unix_sockname (); unix_listener l (sockname); + chdir ("/"); + if (!opt_quiet) { printf ("rxvt-unicode daemon listening on %s.\n", sockname);