1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp |
2 |
--- smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp 2007-02-01 22:34:19.000000000 -0600 |
3 |
+++ mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp 2007-02-01 22:32:39.000000000 -0600 |
4 |
@@ -7,7 +7,7 @@ |
5 |
'hordeauth' => true, |
6 |
'params' => array( |
7 |
// The hostname/IP Address of the FTP server. |
8 |
- 'hostspec' => 'ftp.{$DomainName}', |
9 |
+ 'hostspec' => 'localhost', |
10 |
// The port number of the FTP server. |
11 |
'port' => 21, |
12 |
// Use passive mode? |