diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-14 21:20:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-14 21:20:08 +0000 |
commit | cc2414aad9072421a02105de0e552b400d9ea14b (patch) | |
tree | e179ac1bdae6c675635501ca3fffa115c4b64cbf /etc | |
parent | e2ad0dbbc58eb3902cfdd03a0d0525f6449d36dd (diff) | |
download | pfsense-cc2414aad9072421a02105de0e552b400d9ea14b.zip pfsense-cc2414aad9072421a02105de0e552b400d9ea14b.tar.gz |
Don't start PFTPX for time being
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index e0b39e3..2e6f527 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -255,7 +255,7 @@ /* start ftp proxy helpers if they are enabled */ echo "Starting FTP helpers... "; - system_start_ftp_helpers(); + //system_start_ftp_helpers(); echo "done.\n"; /* power down hard drive if needed/set */ |