summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-09-16 23:32:48 +0200
committertnut <thierryn1 at hispeed dot ch>2010-09-16 23:32:48 +0200
commit5d48a73ed218875a0eeb24ce1e0d3de4cee2659c (patch)
tree066cf5c412f366e553041d5c0ab84a27d079cf57
parent0dfa02d9e5e13f3c0314935a014bddde888e0f23 (diff)
downloadnutyx-extra-5d48a73ed218875a0eeb24ce1e0d3de4cee2659c.tar.gz
nutyx-extra-5d48a73ed218875a0eeb24ce1e0d3de4cee2659c.tar.bz2
nutyx-extra-5d48a73ed218875a0eeb24ce1e0d3de4cee2659c.tar.xz
nutyx-extra-5d48a73ed218875a0eeb24ce1e0d3de4cee2659c.zip
gestpkg, suppression de l'ancien patch
-rw-r--r--extra/gestpkg/gestpkg-logfile-01.patch41
1 files changed, 0 insertions, 41 deletions
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,