home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / template / client / etc / bootstrap.conf < prev    next >
Text File  |  1991-11-01  |  648b  |  23 lines

  1. # bootstrap -- fundamental service initiator and port server
  2. # Mike DeMoney and Gregg Kellogg, NeXT, Inc.
  3. # Copyright, 1990.  All rights reserved.
  4. #
  5. # bootstrap.conf -- bootstrap server configuration
  6. #
  7. # Initiate /usr/etc/init as pid 1
  8. init "/usr/etc/init";
  9. #
  10. # The new libc initializes global ports by looking up these names, so
  11. # these names must match the names that the routine "mach_init()"
  12. # (in libc) uses.
  13. #
  14. services NetMessage PrintService;
  15. #
  16. # Run mach_init at priority 16 to match that of running applications.
  17. #
  18. self priority=16;
  19. #
  20. # Launch servers run directly from mach_init
  21. #
  22. server "/usr/etc/kern_loader -n" services server_loader;
  23.