diff -Nur -x '*.orig' -x '*.rej' e-smith-apache-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCertificateChainFile mezzanine_patched_e-smith-apache-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCertificateChainFile --- e-smith-apache-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCertificateChainFile 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-apache-1.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCertificateChainFile 2006-12-21 13:50:53.000000000 -0700 @@ -0,0 +1,6 @@ +{ + my $chain_file = $modSSL{CertificateChainFile} + or return "# modSSL{CertificateChainFile} not set"; + + $OUT = "SSLCertificateChainFile $chain_file"; +}