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.16 by root, Sun Aug 15 02:17:32 2004 UTC vs.
Revision 1.17 by root, Wed Aug 18 00:34:27 2004 UTC

215{ 215{
216 rxvt_init (); 216 rxvt_init ();
217 217
218 char *sockname = rxvt_connection::unix_sockname (); 218 char *sockname = rxvt_connection::unix_sockname ();
219 unix_listener l (sockname); 219 unix_listener l (sockname);
220 printf ("rxvtd listening on %s.\n", sockname); 220 printf ("rxvt-unicode daemon listening on %s.\n", sockname);
221 free (sockname); 221 free (sockname);
222 222
223 iom.loop (); 223 iom.loop ();
224 224
225 return EXIT_SUCCESS; 225 return EXIT_SUCCESS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines