From a15a15e7dc503d4b83cfb30db0f37122c7085ee7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 10 Jan 2005 22:38:13 +0000 Subject: Enable ftp-proxy --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 6aabaff..1bfedf7 100755 --- a/etc/rc +++ b/etc/rc @@ -73,6 +73,9 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp echo Starting Secure Shell Services ... /etc/sshd +echo Starting INETD for FTP-PROXY... +/usr/sbin/inetd -wW -C 60 + /usr/sbin/cron 2>/dev/null exit 0 -- cgit v1.1