summaryrefslogtreecommitdiffstats
path: root/extra/gestpkg/gestpkg-logfile-02.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 22:02:06 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 22:02:06 +0200
commit64d1b44883f1d1e7217bfb7f5102dcd489edc979 (patch)
tree8690e3bd67744a720e1fef4a26e6008edae078d9 /extra/gestpkg/gestpkg-logfile-02.patch
parent72652819ee375e4c112c329f0c5d719f099689f8 (diff)
downloadnutyx-extra-64d1b44883f1d1e7217bfb7f5102dcd489edc979.tar.gz
nutyx-extra-64d1b44883f1d1e7217bfb7f5102dcd489edc979.tar.bz2
nutyx-extra-64d1b44883f1d1e7217bfb7f5102dcd489edc979.tar.xz
nutyx-extra-64d1b44883f1d1e7217bfb7f5102dcd489edc979.zip
gestpkg, nettoyage port
Diffstat (limited to 'extra/gestpkg/gestpkg-logfile-02.patch')
-rw-r--r--extra/gestpkg/gestpkg-logfile-02.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/gestpkg/gestpkg-logfile-02.patch b/extra/gestpkg/gestpkg-logfile-02.patch
deleted file mode 100644
index f4935ea5e..000000000
--- a/extra/gestpkg/gestpkg-logfile-02.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gestpkg-1.1-src.original/GestPkgGUI/GestPkgGUI.py 2009-10-12 14:33:35.000000000 +0200
-+++ gestpkg-1.1-src/GestPkgGUI/GestPkgGUI.py 2010-09-14 08:43:20.000000000 +0200
-@@ -126,7 +126,7 @@
- #------------------------------ LOG ------------------------------------
-
- saveout = sys.stdout
--f = open(REP_DATA + "/log/gestpkg.log", "w")
-+f = open("/var/log/gestpkg.log", "w")
- sys.stdout = f
- sys.stderr = f
-