diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-10 22:38:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-10 22:38:13 +0000 |
commit | a15a15e7dc503d4b83cfb30db0f37122c7085ee7 (patch) | |
tree | cdeed747f0ce644c435a9fd7b50d8ae62144193f /etc/rc | |
parent | 6484d9e0a1785a1d4afa1584becc260cb4a987b6 (diff) | |
download | pfsense-a15a15e7dc503d4b83cfb30db0f37122c7085ee7.zip pfsense-a15a15e7dc503d4b83cfb30db0f37122c7085ee7.tar.gz |
Enable ftp-proxy
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |