]> git.pld-linux.org Git - packages/rpm.git/blame_incremental - rpm-php-deps.patch
- updated for 4.4.9
[packages/rpm.git] / rpm-php-deps.patch
... / ...
CommitLineData
1--- rpm-4.4.8/lib/rpmfc.c.orig 2007-02-14 07:31:50.000000000 +0100
2+++ rpm-4.4.8/lib/rpmfc.c 2007-04-08 16:48:00.273560592 +0200
3@@ -773,7 +773,7 @@
4 } else
5 if (fc->fcolor->vals[fc->ix] & RPMFC_PHP) {
6 xx = rpmfcHelper(fc, 'P', "php");
7- if (is_executable)
8+ /* not only executable, files run by httpd usually are not */
9 xx = rpmfcHelper(fc, 'R', "php");
10 }
11
12
This page took 0.019709 seconds and 4 git commands to generate.