summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/sysvinit/sysvinit
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2012-11-01 14:47:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:18:30 +0000
commit7f6edde6af6451b811c1c45139f6eede525798ae (patch)
treea9eae514e8157a57351bb54ec1da2434b9af054b /meta/recipes-core/sysvinit/sysvinit
parentaea2d8c02c7abd7ecbabae8b3932ceb7a01cb20d (diff)
downloadpoky-7f6edde6af6451b811c1c45139f6eede525798ae.tar.gz
hwclock.sh: improve hwclock.sh script to use UTC variable
Make UTC variable in /etc/default/rcS has effect on hwclock.sh. This variable declares whether the Hardware Clock is kept in UTC or local time. Default its value to "yes" and change the comment. [YOCTO #3341] (From OE-Core rev: 2bda4bbda3f3033cfb324778ef88f2aedad4a83b) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/sysvinit/sysvinit')
-rw-r--r--meta/recipes-core/sysvinit/sysvinit/rcS-default4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS-default b/meta/recipes-core/sysvinit/sysvinit/rcS-default
index fc6d41522e..3c9dea90c4 100644
--- a/meta/recipes-core/sysvinit/sysvinit/rcS-default
+++ b/meta/recipes-core/sysvinit/sysvinit/rcS-default
@@ -9,8 +9,8 @@ SULOGIN=no
9# Set to no if you want to be able to login over telnet/rlogin 9# Set to no if you want to be able to login over telnet/rlogin
10# before system startup is complete (as soon as inetd is started) 10# before system startup is complete (as soon as inetd is started)
11DELAYLOGIN=no 11DELAYLOGIN=no
12# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. 12# Assume that the BIOS clock is set to UTC time (recommended)
13# UTC=yes 13UTC=yes
14# Set VERBOSE to "no" if you would like a more quiet bootup. 14# Set VERBOSE to "no" if you would like a more quiet bootup.
15VERBOSE=no 15VERBOSE=no
16# Set EDITMOTD to "no" if you don't want /etc/motd to be edited automatically 16# Set EDITMOTD to "no" if you don't want /etc/motd to be edited automatically