diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 21:07:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 21:07:43 +0000 |
commit | 2b2bab8da4d07da67d001d8b44113e06bbe8fa22 (patch) | |
tree | 31210faaa0ddf3d24c9bc1a33f6f3d7d46610144 | |
parent | b2981d7a99c083c3a56a49f246db8e28fb048464 (diff) | |
download | pfsense-2b2bab8da4d07da67d001d8b44113e06bbe8fa22.zip pfsense-2b2bab8da4d07da67d001d8b44113e06bbe8fa22.tar.gz |
Newline after Starting INETD and FTP Helpers for FTP-PROXY... message
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 6dbbd78..6d00b60 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -860,7 +860,7 @@ function system_start_ftp_helpers() { global $g; if($config['system']['disableftpproxy'] <> "") return; if ($g['booting']) - echo "Starting INETD and FTP Helpers for FTP-PROXY..."; + echo "Starting INETD and FTP Helpers for FTP-PROXY...\n"; $wanif = get_real_wan_interface(); mwexec("/usr/sbin/inetd -wW -C 60"); mwexec("/usr/bin/killall ftpsesame 2>/dev/null"); |