diff options
Diffstat (limited to 'extra/gestpkg/gestpkg-logfile-02.patch')
-rw-r--r-- | extra/gestpkg/gestpkg-logfile-02.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/gestpkg/gestpkg-logfile-02.patch b/extra/gestpkg/gestpkg-logfile-02.patch new file mode 100644 index 000000000..f4935ea5e --- /dev/null +++ b/extra/gestpkg/gestpkg-logfile-02.patch @@ -0,0 +1,11 @@ +--- 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 + |