1 設定ファイル
/etc/proftpd.conf
ServerType を inetd に変更します。
------------------------------------------------
#ServerType standalone
ServerType inetd
------------------------------------------------
2 proftpd ファイルを作成します。
/etc/xinetd.d/proftpd
------------------------------------------------
service ftp
{
protocol = tcp
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.proftpd
server_args =
disable = no
}
------------------------------------------------
3 xinetdを再起動します。
# /etc/init.d/xinetd restart
4 参考
http://www.vinelinux.org/manuals/main-service.html
http://www.stackasterisk.jp/tech/systemConstruction/proftpd01_01.jsp
※コメント投稿者のブログIDはブログ作成者のみに通知されます