home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / etc / ENVIRONMENT < prev    next >
Text File  |  1995-10-29  |  1KB  |  56 lines

  1. # /etc/ENVIRONMENT
  2. #
  3. # LANG:
  4. #    America:            LANG=en_US
  5. #    Great Britain:            LANG=en_GB
  6. #    Canada:                LANG=en_CA
  7. #    Australia:            LANG=en_US
  8. #    Germany / Deutschland:        LANG=de_DE
  9. #    Swiss / Schweiz:        LANG=de_CH
  10. #    Austria / ╓sterreich:        LANG=de_AT
  11. #
  12. #    For more values see /usr/lib/locale
  13. #
  14. # TZ:
  15. #    East coast:            TZ=:EST
  16. #    Fort Wayne:            TZ=:EST
  17. #    Chicago:            TZ=:CST
  18. #    Denver:                TZ=:MST
  19. #    Phoenix:            TZ=:MST
  20. #    West coast:            TZ=:PST
  21. #    Anchorage:            TZ=:AKST
  22. #    England:            TZ=:GMT
  23. #    Middle Europe:            TZ=:MET
  24. #
  25. #    For more values see /lib/zoneinfo
  26. #
  27. # See in directory /lib/zoneinfo for more time zones.
  28. #
  29. # Note: If your hardware clock runs (non-local) GMT
  30. #    you have to edit /etc/default/clock!
  31. #
  32. # ENV=/etc/ENV:
  33. #    A Posix compatible shell (see POSIXLY_CORRECT and GNU_SHELL)
  34. #    executes the script pointed to by environment variable ENV at
  35. #    each start. We emulate standard shell behaviour (read
  36. #    /etc/profile, then ~/.profile) in /etc/ENV.
  37. #
  38. # POSIXLY_CORRECT:
  39. #    If this environment variable is defined as anything,
  40. #    GNU software follows the Posix standards.
  41. #    This option is deprecated and will be replaced by
  42. #    multiple options to enable non-standard behaviour.
  43. #
  44. # GNU_GETOPT:
  45. #    Recognize options even in-between positional parameters.
  46. #    This violates the Posix standard.
  47. #
  48. # GNU_SHELL:
  49. #    Enable GNU extensions to the shell.
  50. #
  51. TZ=UCT
  52. LANG=en_US
  53. POSIXLY_CORRECT=Y
  54. ENV=/etc/ENV
  55. FREEDOMDIR=/usr/pkg/freedom
  56.