From 5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc Mon Sep 17 00:00:00 2001 From: Xiao-Long Chen Date: Wed, 27 Nov 2013 14:53:57 +0100 Subject: Use /usr/bin/python2 Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com --- install/restart_scripts/renew_ca_cert | 2 +- install/restart_scripts/renew_ra_cert | 2 +- install/restart_scripts/restart_dirsrv | 2 +- install/restart_scripts/restart_httpd | 2 +- install/restart_scripts/restart_pkicad | 2 +- install/restart_scripts/stop_pkicad | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'install/restart_scripts') diff --git a/install/restart_scripts/renew_ca_cert b/install/restart_scripts/renew_ca_cert index ab394b97..714a79d7 100644 --- a/install/restart_scripts/renew_ca_cert +++ b/install/restart_scripts/renew_ca_cert @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden diff --git a/install/restart_scripts/renew_ra_cert b/install/restart_scripts/renew_ra_cert index e541e4ba..919f8fc4 100644 --- a/install/restart_scripts/renew_ra_cert +++ b/install/restart_scripts/renew_ra_cert @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden diff --git a/install/restart_scripts/restart_dirsrv b/install/restart_scripts/restart_dirsrv index a9bb897b..9b22d08c 100644 --- a/install/restart_scripts/restart_dirsrv +++ b/install/restart_scripts/restart_dirsrv @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden diff --git a/install/restart_scripts/restart_httpd b/install/restart_scripts/restart_httpd index 96f80bd8..16a41ee5 100644 --- a/install/restart_scripts/restart_httpd +++ b/install/restart_scripts/restart_httpd @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden diff --git a/install/restart_scripts/restart_pkicad b/install/restart_scripts/restart_pkicad index a58c3f31..3fe09e7a 100644 --- a/install/restart_scripts/restart_pkicad +++ b/install/restart_scripts/restart_pkicad @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden diff --git a/install/restart_scripts/stop_pkicad b/install/restart_scripts/stop_pkicad index c8589b28..9c24a99e 100644 --- a/install/restart_scripts/stop_pkicad +++ b/install/restart_scripts/stop_pkicad @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden -- cgit