SOURCES: dokuwiki-nice_exit.patch (NEW) - exit with non-zero on error

glen glen at pld-linux.org
Thu Feb 21 17:28:44 CET 2008


Author: glen                         Date: Thu Feb 21 16:28:44 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- exit with non-zero on error

---- Files affected:
SOURCES:
   dokuwiki-nice_exit.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dokuwiki-nice_exit.patch
diff -u /dev/null SOURCES/dokuwiki-nice_exit.patch:1.1
--- /dev/null	Thu Feb 21 17:28:44 2008
+++ SOURCES/dokuwiki-nice_exit.patch	Thu Feb 21 17:28:38 2008
@@ -0,0 +1,11 @@
+--- dokuwiki-2007-06-26b/inc/init.php~	2008-02-21 18:22:13.970804469 +0200
++++ dokuwiki-2007-06-26b/inc/init.php	2008-02-21 18:21:49.529717219 +0200
+@@ -384,7 +384,7 @@
+     </body>
+   </html>
+ EOT;
+-  exit;
++  exit(1);
+ }
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list