From 5d48a73ed218875a0eeb24ce1e0d3de4cee2659c Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 16 Sep 2010 23:32:48 +0200 Subject: gestpkg, suppression de l'ancien patch --- extra/gestpkg/gestpkg-logfile-01.patch | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 extra/gestpkg/gestpkg-logfile-01.patch diff --git a/extra/gestpkg/gestpkg-logfile-01.patch b/extra/gestpkg/gestpkg-logfile-01.patch deleted file mode 100644 index bb63e8e5a..000000000 --- a/extra/gestpkg/gestpkg-logfile-01.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -Naur gestpkg-1.1-src.original/GestPkgGUI/GestPkgGUI.py gestpkg-1.1-src/GestPkgGUI/GestPkgGUI.py ---- gestpkg-1.1-src.original/GestPkgGUI/GestPkgGUI.py 2009-10-12 12:33:35.000000000 +0000 -+++ gestpkg-1.1-src/GestPkgGUI/GestPkgGUI.py 2010-09-14 06:43:20.000000000 +0000 -@@ -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 - -diff -Naur gestpkg-1.1-src.original/GestPkgGUI/log/gestpkg.log gestpkg-1.1-src/GestPkgGUI/log/gestpkg.log ---- gestpkg-1.1-src.original/GestPkgGUI/log/gestpkg.log 2009-10-17 14:55:11.000000000 +0000 -+++ gestpkg-1.1-src/GestPkgGUI/log/gestpkg.log 1970-01-01 00:00:00.000000000 +0000 -@@ -1 +0,0 @@ -- -diff -Naur gestpkg-1.1-src.original/build/lib/GestPkgGUI/GestPkgGUI.py gestpkg-1.1-src/build/lib/GestPkgGUI/GestPkgGUI.py ---- gestpkg-1.1-src.original/build/lib/GestPkgGUI/GestPkgGUI.py 2009-10-12 12:33:35.000000000 +0000 -+++ gestpkg-1.1-src/build/lib/GestPkgGUI/GestPkgGUI.py 2010-09-14 06:49:33.000000000 +0000 -@@ -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 - -diff -Naur gestpkg-1.1-src.original/setup.py gestpkg-1.1-src/setup.py ---- gestpkg-1.1-src.original/setup.py 2009-10-17 15:02:23.000000000 +0000 -+++ gestpkg-1.1-src/setup.py 2010-09-14 06:53:50.000000000 +0000 -@@ -7,7 +7,7 @@ - - PACKAGE = "GestPkgGUI" - VERSION = "1.1" --DATA = ['*.py','ico/*','img/*', 'log/*'] -+DATA = ['*.py','ico/*','img/*'] - - def main(): - setup(name=PACKAGE, -- cgit v1.2.3-54-g00ecf