]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/setclock
SquashFS hinzugefuegt damit wir auf OpenVZ-Maschinen bauen koennen.
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / setclock
index 2b97d684b012dc1030a2c6567b7e3555b34ad7b3..908d4906abf84cca25dd37b6453bf8be3db345b6 100644 (file)
 
 . /etc/sysconfig/rc
 . ${rc_functions}
-. /etc/sysconfig/clock
 
 CLOCKPARAMS=
 
-case "${UTC}" in
-       yes|true|1)
-               CLOCKPARAMS="${CLOCKPARAMS} --utc"
-               ;;
-
-       no|false|0)
-               CLOCKPARAMS="${CLOCKPARAMS} --localtime"
-               ;;
-
-esac
-
 case ${1} in
        start)
                boot_mesg "Setting system clock..."