~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Tools/gdomap.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Include for communications with GNUstep Distributed Objects name server
 
1
/* Include for communications with GNUstep Distributed Objects name server.
2
2
   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
3
3
 
4
4
   Written by:  Richard Frith-Macdonald <richard@brainstorm.co.uk>
222
222
 *      as root and will not even let you modify /etc/services to point
223
223
 *      gdomap to another port, you can uncomment the next #define to
224
224
 *      run gdomap on port 6006 (or modify this to a port of your choice).
 
225
 *      Whatever port you choose, you should make sure that no other
 
226
 *      processes running on your network use that number!
225
227
 *
226
228
 *      When you have done this you must recompile gdomap.c and
227
229
 *      NSPortNameServer.m and re-install the base library with
228
230
 *      the new NSPortNameServer.o
 
231
 *
 
232
 *      NB. Doing this will render your system unable to communicate with
 
233
 *      other systems which have not performed the same remapping.  You
 
234
 *      should not do it unless you have no choice.
229
235
 */
230
236
/* #define      GDOMAP_PORT_OVERRIDE    6006 */
231
237