|
|
* One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
* has a modification time in the future!
我的/etc/rc.conf
#XSESSION="Gnome"
#TIME=localtime
CLOCK="local"
#DISPLAYMANAGER="kdm"
我的/etc/conf.d/clock
CLOCK="local"
# Select the proper timezone. For valid values, peek inside of the
# /usr/share/zoneinfo/ directory. For example, some common values are
# "America/New_York" or "EST5EDT" or "Europe/Berlin".
TIMEZONE="Asia/Chongqing"
怎么会出现这个错误呢? |
|