diff options
author | Michael Weber <xmw@gentoo.org> | 2010-10-15 00:28:14 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-10-15 00:28:14 +0000 |
commit | 0dbdb7b8fd9c1b7e3958fff66a14ac5410f5ced9 (patch) | |
tree | 5e9efb14a0307f70343fe59fa99ba9dafa14494d /app-admin/tenshi/files | |
parent | Add udisks useflag to choose the prefered backend and add udisks configure op... (diff) | |
download | gentoo-2-0dbdb7b8fd9c1b7e3958fff66a14ac5410f5ced9.tar.gz gentoo-2-0dbdb7b8fd9c1b7e3958fff66a14ac5410f5ced9.tar.bz2 gentoo-2-0dbdb7b8fd9c1b7e3958fff66a14ac5410f5ced9.zip |
remove unused patch
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/tenshi/files')
-rw-r--r-- | app-admin/tenshi/files/tenshi-0.9.1-fix-tail_pids-array-length.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/tenshi/files/tenshi-0.9.1-fix-tail_pids-array-length.patch b/app-admin/tenshi/files/tenshi-0.9.1-fix-tail_pids-array-length.patch deleted file mode 100644 index ed99a2638ff9..000000000000 --- a/app-admin/tenshi/files/tenshi-0.9.1-fix-tail_pids-array-length.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tenshi.orig 2008-03-11 19:51:21.000000000 +0000 -+++ tenshi 2008-03-11 19:52:23.000000000 +0000 -@@ -893,7 +893,7 @@ - local $SIG{CHLD} = 'IGNORE'; - unlink $pid_file unless ($debug || $profile); - -- if ($#tail_pids > 0) { -+ if ($#tail_pids >= 0) { - debug(21, join(' ', @tail_pids)); - kill("SIGTERM", @tail_pids); - } |