ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtd.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtd.C (file contents):
Revision 1.43 by root, Fri Dec 14 02:22:24 2007 UTC vs.
Revision 1.44 by root, Tue Feb 19 13:37:17 2008 UTC

246 rxvt_log ("%s: unknown option '%s', aborting.\n", argv [0], argv [i]); 246 rxvt_log ("%s: unknown option '%s', aborting.\n", argv [0], argv [i]);
247 return EXIT_FAILURE; 247 return EXIT_FAILURE;
248 } 248 }
249 } 249 }
250 250
251 chdir ("/");
252
253 if (opt_opendisplay) 251 if (opt_opendisplay)
254 displays.get (getenv ("DISPLAY")); // open display and never release it 252 displays.get (getenv ("DISPLAY")); // open display and never release it
255 253
256 char *sockname = rxvt_connection::unix_sockname (); 254 char *sockname = rxvt_connection::unix_sockname ();
257 unix_listener l (sockname); 255 unix_listener l (sockname);
256
257 chdir ("/");
258 258
259 if (!opt_quiet) 259 if (!opt_quiet)
260 { 260 {
261 printf ("rxvt-unicode daemon listening on %s.\n", sockname); 261 printf ("rxvt-unicode daemon listening on %s.\n", sockname);
262 fflush (stdout); 262 fflush (stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines