patches/system-config-printer-06-python-version.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17205 64b3ce85ec19
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17205
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     1
diff -urN system-config-printer-1.0.16/applet.py ../SUNWcups-manager-2.28.2.hacked/system-config-printer-1.0.16/applet.py
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     2
--- system-config-printer-1.0.16/applet.py	2009-03-13 17:08:52.000000000 +0000
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     3
+++ ../SUNWcups-manager-2.28.2.hacked/system-config-printer-1.0.16/applet.py	2009-12-18 14:42:01.948276240 +0000
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     4
@@ -1,4 +1,4 @@
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     5
-#!/usr/bin/env python
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     6
+#!/usr/bin/python2.6
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     7
 
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     8
 ## Copyright (C) 2007, 2008 Tim Waugh <[email protected]>
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     9
 ## Copyright (C) 2007, 2008 Red Hat, Inc.
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
diff -urN system-config-printer-1.0.16/system-config-printer-applet.in ../SUNWcups-manager-2.28.2.hacked/system-config-printer-1.0.16/system-config-printer-applet.in
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    11
--- system-config-printer-1.0.16/system-config-printer-applet.in	2009-12-18 14:15:55.697821783 +0000
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    12
+++ ../SUNWcups-manager-2.28.2.hacked/system-config-printer-1.0.16/system-config-printer-applet.in	2009-12-18 14:42:30.542422941 +0000
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    13
@@ -1,2 +1,2 @@
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    14
 #!/bin/sh
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    15
-exec @libdir@/@PACKAGE@/applet.py "$@"
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    16
+exec python2.6 @libdir@/@PACKAGE@/applet.py "$@"
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    17
diff -urN system-config-printer-1.0.16/system-config-printer.py ../SUNWcups-manager-2.28.2.hacked/system-config-printer-1.0.16/system-config-printer.py
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    18
--- system-config-printer-1.0.16/system-config-printer.py	2009-12-18 14:15:55.703379942 +0000
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    19
+++ ../SUNWcups-manager-2.28.2.hacked/system-config-printer-1.0.16/system-config-printer.py	2009-12-18 14:44:28.504833002 +0000
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    20
@@ -1,4 +1,4 @@
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    21
-#!/usr/bin/env python
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    22
+#!/usr/bin/python2.6
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    23
 
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    24
 ## system-config-printer
64b3ce85ec19 2009-12-18 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    25