2007/09/19

Gentoo: modification time in the future

安裝完Gentoo之後常會因為設定時間的關係出現
"One of the files in /etc/{conf.d,init.d} or /etc/rc.conf has a modification time in the future"
的錯誤訊息.
 
So here is some help, if you have the same little annoyance.
Here it was the case, that the file in /etc/conf.d and /etc/init.d had no timestamp (you can check with ls -lR).
You can solve this by a hearty touch /etc/{conf.d,init.d}/*; touch /etc/rc.conf.

Solution found at forums.gentoo.org