升级到 xorg 7.2 后 rc.d 的脚本执行两次的解决方法
升级到 xorg 7.2 后,/usr/X11R6 成为了 /usr/local 的一个软链接,在 /etc/defaults/rc.conf 中 local_startup 的默认值为
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"
因此,所有的脚本将被执行两次。解决方法:在 /etc/rc.conf 中修改默认值
local_startup="/usr/local/etc/rc.d"
This entry was posted on Wednesday, June 13th, 2007 at 8:11 am and is filed under bsd. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


