diff -up smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97ocs.tempalteerror smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97ocs --- smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97ocs.tempalteerror 2013-12-15 13:16:47.000000000 -0500 +++ smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97ocs 2013-12-15 13:21:47.000000000 -0500 @@ -64,7 +64,7 @@ Alias /ocs /usr/share/ocsinventory- # For mod_perl > 1.999_21, replace VERSION_MP by 2 { my $version = 'unknown'; - my $modPerl = `rpm -q mod_perl`; + my $modPerl = `/bin/rpm -q mod_perl`; $modPerl =~ /^mod_perl-(\d*)/; $version = $1; if ($version =~ /^1/){