看板 DFBSD_bugs 關於我們 聯絡資訊
On Sun, Jan 23, 2011 at 03:50:24PM +0100, Matthias Rampke wrote: > I have symlinked /usr/pkg/etc to /etc and I had linked > /usr/pkg/share/examples/rc.d to /etc/rc.d, although I have tried to > untangle the latter (which didn't help). Comparing /etc/rc.d with This would cause loop because /etc/rc.d/localdaemons tries to scan $local_startup, which contains /usr/pkg/etc/rc.d, which points to /etc/rc.d on your machine. Then there's /usr/pkg/etc/rc.d/localdaemons, which tries to start the things under /usr/pkg/etc/rc.d... So if you'd like to keep the current configuration, you need to set local_startup=NO in /etc/rc.conf.