--- smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCACertificateFile.check_zero_size 2008-09-10 23:43:06.000000000 +0200 +++ smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCACertificateFile 2010-05-04 09:42:12.000000000 +0200 @@ -1,7 +1,7 @@ # OCS Inventory NG Certificate { - if (-f '/home/e-smith/ssl.crt/cacert.pem') + if (-s '/home/e-smith/ssl.crt/cacert.pem') { $OUT = "SSLCACertificateFile /home/e-smith/ssl.crt/cacert.pem"; } else { $OUT = "# File /home/e-smith/ssl.crt/cacert.pem not present, deployment will not be possible"; }