[boinc] 01/02: Fixed missing comma

Steffen Möller moeller at moszumanska.debian.org
Thu Nov 28 17:26:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

moeller pushed a commit to branch master
in repository boinc.

commit 35c490983821e1ab25b22762639bf694286f54fd
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Thu Nov 28 15:51:41 2013 +0100

    Fixed missing comma
---
 debian/patches/server_status_php.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/server_status_php.patch b/debian/patches/server_status_php.patch
index 1282864..bb5004f 100644
--- a/debian/patches/server_status_php.patch
+++ b/debian/patches/server_status_php.patch
@@ -9,7 +9,7 @@ Index: boinc/html/user/server_status.php
 -    $uldl_pid = "/etc/httpd/run/httpd.pid";
 +    foreach (array("/etc/httpd/run/httpd.pid","/var/run/apache2/apache2.pid") as $f) {
 +        if (file_exists($f)) {
-+          $uldl_pid = $f
++          $uldl_pid = $f;
 +	  break;
 +	}
 +    }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list