From 597175bafbd9cc1ba195a841922cf9f509d13f17 Mon Sep 17 00:00:00 2001 From: Marius van Witzenburg Date: Tue, 14 Apr 2020 11:38:47 +0200 Subject: [PATCH] Correct capital E in zonepath to UTC --- usr/local/etc/bastille/bastille.conf.sample | 2 +- usr/local/share/bastille/create.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/etc/bastille/bastille.conf.sample b/usr/local/etc/bastille/bastille.conf.sample index 9e1c3235..9c55649d 100644 --- a/usr/local/etc/bastille/bastille.conf.sample +++ b/usr/local/etc/bastille/bastille.conf.sample @@ -18,7 +18,7 @@ bastille_sharedir=/usr/local/share/bastille ## default bastille_bootstrap_archives="base" ## default: "base" ## default timezone -bastille_tzdata="etc/UTC" ## default: "etc/UTC" +bastille_tzdata="Etc/UTC" ## default: "Etc/UTC" ## default jail resolv.conf bastille_resolv_conf="/etc/resolv.conf" ## default: "/etc/resolv.conf" diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index cb22afad..9a9744d1 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -355,7 +355,7 @@ create_jail() { cp -L "${bastille_resolv_conf}" "${bastille_jail_resolv_conf}" fi - ## TZ: configurable (default: etc/UTC) + ## TZ: configurable (default: Etc/UTC) ln -s "/usr/share/zoneinfo/${bastille_tzdata}" etc/localtime }