diff -uNr certmaster-0.24.orig/scripts/certmaster certmaster-0.24/scripts/certmaster
--- certmaster-0.24.orig/scripts/certmaster	2008-09-19 13:45:36.000000000 -0500
+++ certmaster-0.24/scripts/certmaster	2008-12-31 11:30:55.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.3
 
 from certmaster import certmaster
 
diff -uNr certmaster-0.24.orig/scripts/certmaster-ca certmaster-0.24/scripts/certmaster-ca
--- certmaster-0.24.orig/scripts/certmaster-ca	2008-09-19 13:45:36.000000000 -0500
+++ certmaster-0.24/scripts/certmaster-ca	2008-12-31 11:31:01.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python2.3 -tt
 # sign/list keys
 # --sign hostname hostname hostname
 # --list # lists all csrs needing to be signed
diff -uNr certmaster-0.24.orig/scripts/certmaster-request certmaster-0.24/scripts/certmaster-request
--- certmaster-0.24.orig/scripts/certmaster-request	2008-09-19 13:45:36.000000000 -0500
+++ certmaster-0.24/scripts/certmaster-request	2008-12-31 11:30:57.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.3
 
 """
 Application to request a cert from a certmaster.
diff -uNr certmaster-0.24.orig/setup.py certmaster-0.24/setup.py
--- certmaster-0.24.orig/setup.py	2008-09-19 13:45:36.000000000 -0500
+++ certmaster-0.24/setup.py	2008-12-31 11:31:12.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.3
 
 from distutils.core import setup
 #from setuptools import setup,find_packages
