Magellan Linux

Annotation of /trunk/initscripts/sysvinit/conf.d/clock

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1260 - (hide annotations) (download)
Fri Mar 11 17:38:17 2011 UTC (13 years, 2 months ago) by niro
Original Path: trunk/magellan-initscripts/etc/conf.d/clock
File size: 382 byte(s)
-split rc.config into several conf.d config files


1 niro 1260 # /etc/conf.d/clock - hardware clock settings
2     # $Id$
3    
4     # Use this to set up your hardware clock. You can choose between
5     # 'utc' and 'local'. If your hardware clock is set to UTC, the
6     # /etc/init.d/setclock script will convert the hardware clock's
7     # time to the local time using the /etc/localtime file (which
8     # tells the hwclock program which timezone the user is in).
9     CLOCK="local"