set_timezone function currently respect user choice of symlink to timezone file
or copy it. man page doesn't explain this subtlety which let think that
TIMEZONE parameter in rc.conf doesn't ensure anything.

Signed-off-by: Sébastien Luttringer <[email protected]>
---
 rc.conf.5.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.conf.5.txt b/rc.conf.5.txt
index 0be98a5..87a3053 100644
--- a/rc.conf.5.txt
+++ b/rc.conf.5.txt
@@ -25,7 +25,7 @@ LOCALIZATION[[L]]
 *TIMEZONE=*
 
 Specifies the timezone. The setting takes effect on boot by ensuring that 
/etc/localtime is a symlink
-to the correct zoneinfo file. Possible timezones are the relative path to a 
zoneinfo file starting
+to, or a copy of, the correct zoneinfo file. Possible timezones are the 
relative path to a zoneinfo file starting
 from the directory /usr/share/zoneinfo. For example, a German timezone would 
be Europe/Berlin,
 which refers to the file /usr/share/zoneinfo/Europe/Berlin.
 
-- 
Sebastien "Seblu" Luttringer

Reply via email to