FreeBSD 7.0 を始めてみた 4

Ports でインストールしたデーモンとして動作するソフトウェアは、下記のディクレトリ下に起動スクリプトが配備される。

# cd /usr/port
# whereis apache22
apache22: /usr/ports/www/apache22
# cd /usr/ports/www/apache22
# make
# make install
# make clean
===>  Cleaning for expat-2.0.1
===>  Cleaning for apache-2.2.8
# cd /usr/local/etc/rc.d/    
# ls -l
total 8
-r-xr-xr-x  1 root  wheel  4641  4 22 21:21 apache22
-r-xr-xr-x  1 root  wheel  1731  4 22 21:21 htcacheclean