1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ibays-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent mezzanine_patched_e-smith-ibays-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent |
2 |
--- e-smith-ibays-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent 2005-08-05 00:55:43.000000000 +1000 |
3 |
+++ mezzanine_patched_e-smith-ibays-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/20IbayContent 2006-04-05 17:15:35.941311898 +1000 |
4 |
@@ -40,7 +40,7 @@ |
5 |
my $name = $ibay->prop("Name") || ""; |
6 |
|
7 |
$OUT .= "\n"; |
8 |
- $OUT .= " # $ibay ibay ($name)\n"; |
9 |
+ $OUT .= " # $key ibay ($name)\n"; |
10 |
$OUT .= "\n"; |
11 |
|
12 |
if ($cgiBin) |