summaryrefslogtreecommitdiffstats
path: root/abs/core/util-linux/term_utils-agetty.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-17 00:01:44 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:04 (GMT)
commit15471fc26d53c9431ebf69b06bb6ac0036484d54 (patch)
tree980b9a9c655d127b95235011915aedddb567ec8d /abs/core/util-linux/term_utils-agetty.patch
parent76d8789a8f3dd26cd1a6cea90517d75efa922f40 (diff)
downloadlinhes_pkgbuild-15471fc26d53c9431ebf69b06bb6ac0036484d54.zip
linhes_pkgbuild-15471fc26d53c9431ebf69b06bb6ac0036484d54.tar.gz
linhes_pkgbuild-15471fc26d53c9431ebf69b06bb6ac0036484d54.tar.bz2
util-linux 2.2.4
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/util-linux/term_utils-agetty.patch')
-rw-r--r--abs/core/util-linux/term_utils-agetty.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/core/util-linux/term_utils-agetty.patch b/abs/core/util-linux/term_utils-agetty.patch
deleted file mode 100644
index f0b37b3..0000000
--- a/abs/core/util-linux/term_utils-agetty.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- term-utils/agetty.orig 2012-08-02 19:44:36.234757299 +0000
-+++ term-utils/agetty.c 2012-08-02 19:47:15.464752505 +0000
-@@ -961,12 +961,12 @@
- */
-
- if ((fcntl(STDIN_FILENO, F_GETFL, 0) & O_RDWR) != O_RDWR)
-- log_err(_("%s: not open for read/write"), tty);
-+ log_warn(_("%s: not open for read/write"), tty);
-
- }
-
- if (tcsetpgrp(STDIN_FILENO, pid))
-- log_err("/dev/%s: cannot set process group: %m", tty);
-+ log_warn("/dev/%s: cannot set process group: %m", tty);
-
- /* Get rid of the present outputs. */
- close(STDOUT_FILENO);