summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-08 17:49:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-08 17:49:28 +0000
commitdd78523c20aa4513c4b69cd6c6f03cdacbf403e2 (patch)
tree27159470eaf7e696c1d2daee0e945c32933e95c0 /etc/rc.bootup
parent01b64593f267c9f2fb2866dbd561f8e077a6505d (diff)
downloadpfsense-dd78523c20aa4513c4b69cd6c6f03cdacbf403e2.zip
pfsense-dd78523c20aa4513c4b69cd6c6f03cdacbf403e2.tar.gz
Add ftp-sesame ftp helper.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 94928ac..fd8a064 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -161,6 +161,9 @@
/* run any shell commands specified in config.xml */
system_do_shell_commands();
+ /* start ftp proxy helpers if they are enabled */
+ system_start_ftp_helpers();
+
/* done */
unlink("{$g['varrun_path']}/booting");
?>
OpenPOWER on IntegriCloud