/[smecontribs]/rpms/smeserver-ocsinventory/contribs7/smeserver-ocsinventory-0.1-check_zero_size.patch
ViewVC logotype

Contents of /rpms/smeserver-ocsinventory/contribs7/smeserver-ocsinventory-0.1-check_zero_size.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue May 4 07:43:20 2010 UTC (13 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-ocsinventory-0_1-11_el4_sme, HEAD
* Tue May 04 2010 Daniel B. <daniel@firewall-services.com> 0.1-11.sme
- Check if cacert size is zero

1 --- 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
2 +++ smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCACertificateFile 2010-05-04 09:42:12.000000000 +0200
3 @@ -1,7 +1,7 @@
4
5 # OCS Inventory NG Certificate
6 {
7 - if (-f '/home/e-smith/ssl.crt/cacert.pem')
8 + if (-s '/home/e-smith/ssl.crt/cacert.pem')
9 { $OUT = "SSLCACertificateFile /home/e-smith/ssl.crt/cacert.pem"; }
10 else
11 { $OUT = "# File /home/e-smith/ssl.crt/cacert.pem not present, deployment will not be possible"; }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed