diff options
| author | Garrett D'Amore <garrett@damore.org> | 2014-03-15 00:19:55 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2014-03-28 15:05:18 -0700 |
| commit | 052519c2d30736afb1861979b73d5a889cf7fba8 (patch) | |
| tree | f17d0e9d3582c38be592376dda7405651fc9d0a1 /usr/src/cmd/init/init.dfl | |
| parent | d109324670f8a760f881a767533543131276a99a (diff) | |
| download | illumos-joyent-052519c2d30736afb1861979b73d5a889cf7fba8.tar.gz | |
4337 eliminate /etc/TIMEZONE
Reviewed by: Volker A. Brandt <vab@bb-c.de>
Reviewed by: Richard Elling <richard.elling@gmail.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/init/init.dfl')
| -rw-r--r-- | usr/src/cmd/init/init.dfl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/cmd/init/init.dfl b/usr/src/cmd/init/init.dfl index afeae792cd..371b48becc 100644 --- a/usr/src/cmd/init/init.dfl +++ b/usr/src/cmd/init/init.dfl @@ -22,12 +22,8 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" -# -# This file is /etc/default/init. /etc/TIMEZONE is a symlink to this file. -# This file looks like a shell script, but it is not. To maintain -# compatibility with old versions of /etc/TIMEZONE, some shell constructs -# (i.e., export commands) are allowed in this file, but are ignored. +# This file is /etc/default/init. +# This file looks like a shell script, but it is not. # # Lines of this file should be of the form VAR=value, where VAR is one of # TZ, LANG, CMASK, or any of the LC_* environment variables. value may |
