diff options
| author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-11-07 02:07:44 +0000 |
|---|---|---|
| committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-11-07 02:07:44 +0000 |
| commit | 551ac1bf0836ec7ee873be112fe2beb4fb799a5a (patch) | |
| tree | 7c420ef1a92c8a4692b8eb53bbb8ad004c4d6fae /pki/base/ra/apache/apachectl | |
| parent | 8b7fac3f033143cd6bf53d94be8c398982a3af21 (diff) | |
Bugzilla Bug #533233 - Remove "pki*" scripts from pki-native-tools . . .
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@812 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
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 |
