]> git.pld-linux.org Git - packages/logrotate.git/blame - logrotate-noexec-tmp.patch
- s/httpd.conf/archiv/
[packages/logrotate.git] / logrotate-noexec-tmp.patch
CommitLineData
a1b15aad
JR
1--- logrotate-3.7/logrotate.c~ 2004-05-11 13:18:32.019683640 +0200
2+++ logrotate-3.7/logrotate.c 2004-05-11 13:28:56.154800680 +0200
3@@ -125,7 +125,7 @@
4 close(fd);
5
6 if (!fork()) {
7- execlp(filespec, logfn, NULL);
8+ execlp("/bin/sh", "-c", filespec, logfn, NULL);
9 exit(1);
10 }
11
This page took 0.021602 seconds and 4 git commands to generate.