summaryrefslogtreecommitdiff
path: root/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch')
-rw-r--r--libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch b/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
index 62ec5c7f7..80d9e2c6f 100644
--- a/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
+++ b/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
@@ -1,5 +1,5 @@
From d892998ecea95c8224b128e1797a0e5a970436a8 Mon Sep 17 00:00:00 2001
-From: Kevin Mihelich
+From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sat, 30 Jan 2016 17:19:03 -0700
Subject: [PATCH 2/3] Revert "close stdin before running install scripts"
@@ -10,7 +10,7 @@ prompting the user to flash a new kernel to a bare partition. Removing
this feature will undoubtedly cause more problems than it intends to
solve.
-Signed-off-by: Kevin Mihelich
+Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
---
lib/libalpm/util.c | 1 -
1 file changed, 1 deletion(-)
@@ -29,3 +29,4 @@ index 102a879a..c9fdd4af 100644
while(dup2(child2parent_pipefd[HEAD], 1) == -1 && errno == EINTR);
--
2.17.0
+