diff options
Diffstat (limited to 'usr/src/cmd/init/init.dfl')
-rw-r--r-- | usr/src/cmd/init/init.dfl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/init/init.dfl b/usr/src/cmd/init/init.dfl index 371b48becc..150f720b1c 100644 --- a/usr/src/cmd/init/init.dfl +++ b/usr/src/cmd/init/init.dfl @@ -29,5 +29,6 @@ # TZ, LANG, CMASK, or any of the LC_* environment variables. value may # be enclosed in double quotes (") or single quotes ('). # -TZ=PST8PDT +TZ=UTC CMASK=022 +LANG=en_US.UTF-8 |