#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc.d/rc110.timezone # # Last Update: $Id$ # # Copyright (c) 2000-2002 - Frank Meyer # Copyright (c) 2002-2016 - fli4l-Team #---------------------------------------------------------------------------- begin_script TIMEZONE "setup time zone..." TZ=$TIME_INFO export TZ echo $TZ > /etc/TZ echo export TZ=$TIME_INFO >>/.profile end_script