home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / template / client / etc / hostconfig < prev    next >
Text File  |  1994-06-02  |  604b  |  25 lines

  1. #
  2. # /etc/hostconfig
  3. #
  4. # This file sets up shell variables used by the various rc scripts to
  5. # configure the host.  Edit this file instead of rc.boot.
  6. #
  7. # Warning:  This is sourced by /bin/sh.  Make sure there are no spaces
  8. #        on either side of the "=".
  9. #
  10. # There are some special keywords used by rc.boot and the programs it
  11. # calls:
  12. #
  13. #    -AUTOMATIC-    Configure automatically
  14. #    -YES-        Turn a feature on
  15. #    -NO-        Leave a feature off or do not configure
  16. #
  17. HOSTNAME=-AUTOMATIC-
  18. INETADDR=-AUTOMATIC-
  19. ROUTER=-ROUTED-
  20. IPNETMASK=-AUTOMATIC-
  21. IPBROADCAST=-AUTOMATIC-
  22. NETMASTER=-NO-
  23. YPDOMAIN=-NO-
  24. TIME=-AUTOMATIC-
  25.