summaryrefslogtreecommitdiff
path: root/templates/system/time-zone/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system/time-zone/node.def')
-rw-r--r--templates/system/time-zone/node.def16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/system/time-zone/node.def b/templates/system/time-zone/node.def
deleted file mode 100644
index 00da013..0000000
--- a/templates/system/time-zone/node.def
+++ /dev/null
@@ -1,16 +0,0 @@
-type: txt
-help: "Configure local timezone"
-default: "GMT"
-update: "LTF=\"/usr/share/zoneinfo\" && \
-case \"$(@)\" in \
- [Ll][Oo][Ss]*) LTF=\"\\\$LTF/US/Pacific\" ;; \
- [Dd][Ee][Nn]*) LTF=\"\\\$LTF/US/Mountain\" ;; \
- [Hh][Oo][Nn]*) LTF=\"\\\$LTF/US/Hawaii\" ;; \
- [Nn][Ee][Ww]*) LTF=\"\\\$LTF/US/Eastern\" ;; \
- [Cc][Hh][Ii]*) LTF=\"\\\$LTF/US/Central\" ;; \
- [Aa][Nn][Cc]*) LTF=\"\\\$LTF/US/Alaska\" ;; \
- [Pp][Hh][Oo]*) LTF=\"\\\$LTF/US/Arizona\" ;; \
- *) LTF=\"\\\$LTF/Etc/$(@)\" ;; \
-esac && \
-ln -fs \\\$LTF /etc/localtime"
-delete: "ln -fs /usr/share/zoneinfo/GMT /etc/localtime"