Hi there,
I have installed FreeBSD 9.2-RELEASE recently. When I rebooted in the morning, it always started running the following processes automatically.
After I killed these two processes, it started again in the afternoon. I have checked /etc/rc.conf, /etc/defaults and crontab but got nothing.
How can I stop
I have installed FreeBSD 9.2-RELEASE recently. When I rebooted in the morning, it always started running the following processes automatically.
Code:
make fetchindex
fetch -am -o /usr/ports/INDEX-9.bz2 http://www.FreeBSD.org/ports/INDEX-9.bz2
After I killed these two processes, it started again in the afternoon. I have checked /etc/rc.conf, /etc/defaults and crontab but got nothing.
How can I stop
make fetchindex automatically? Thank you very much.