Index: Source/NSDistributedNotificationCenter.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/base/Source/NSDistributedNotificationCenter.m,v
retrieving revision 1.16
diff -r1.16 NSDistributedNotificationCenter.m
349a350,357
>       if (_remote == nil &&  [host isEqual: @""] == NO)
> 	{
> 	  NSLog(@"Unable to contact GDNC server on %@. Trying current host",
> 		host);
> 	  host = @"";
>           _remote = RETAIN([NSConnection rootProxyForConnectionWithRegisteredName:
> 	    GDNC_SERVICE host: host]);
> 	}
400,404d407
< 	}
<       else
< 	{
< 	  [NSException raise: NSInternalInconsistencyException
< 		      format: @"unable to contact GDNC server on %@", host];




gui:
----------------------------------------------------------------------------

Index: Source/NSPasteboard.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/NSPasteboard.m,v
retrieving revision 1.30
diff -r1.30 NSPasteboard.m
134a135,144
>       if (the_server == nil &&  [host isEqual: @""] == NO)
> 	{
> 	  NSLog(@"Unable to contact pasteboard server on %@. Trying current host",
> 		host);
> 	  host = @"";
> 	  the_server = (id<GSPasteboardSvr>)[NSConnection
> 		rootProxyForConnectionWithRegisteredName: PBSNAME
> 						    host: host];
> 	}
> 
181,186d190
< 	}
<       else
< 	{
< 	  NSLog(@"Unable to contact pasteboard server on %@ - "
< 	    @"please ensure that gpbs is running.", host);
< 	  return nil;
