diff options
Diffstat (limited to 'pki/base/ra/apache/apachectl')
-rwxr-xr-x | pki/base/ra/apache/apachectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/ra/apache/apachectl b/pki/base/ra/apache/apachectl index d5474740e..7d9e24491 100755 --- a/pki/base/ra/apache/apachectl +++ b/pki/base/ra/apache/apachectl @@ -27,7 +27,7 @@ LD_LIBRARY_PATH=[SECURITY_LIBRARIES]:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH # see if httpd is linked with the openldap libraries - we need to override them -OS=`pkiname` +OS=`uname -s` if [ $OS = "Linux" ]; then hasopenldap=0 |