summaryrefslogtreecommitdiff
path: root/pcr/openrc/quiet.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-10-10 17:44:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-10-10 17:44:46 -0500
commitc0f5e53e272ca119e0118fa827349bdca60b1550 (patch)
tree49575652e67734ab158f5a8d07d694edb62a6942 /pcr/openrc/quiet.patch
parentdd05fc99d5c167b70eec93664c9ea2910ba4c38f (diff)
downloadabslibre-c0f5e53e272ca119e0118fa827349bdca60b1550.tar.gz
abslibre-c0f5e53e272ca119e0118fa827349bdca60b1550.tar.bz2
abslibre-c0f5e53e272ca119e0118fa827349bdca60b1550.zip
openrc-0.32.1-1.parabola1: updating version
Diffstat (limited to 'pcr/openrc/quiet.patch')
-rw-r--r--pcr/openrc/quiet.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/openrc/quiet.patch b/pcr/openrc/quiet.patch
deleted file mode 100644
index 549bedf94..000000000
--- a/pcr/openrc/quiet.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 26e8ec86695efd53d39bc54b7f8b9d7c5ab4111c Mon Sep 17 00:00:00 2001
-From: Chris Cromer <chris@cromer.cl>
-Date: Thu, 22 Jun 2017 19:52:04 -0400
-Subject: [PATCH] make agetty quiet
-
----
- conf.d/agetty | 3 +++
- init.d/agetty.in | 1 +
- 2 files changed, 4 insertions(+)
-
-diff --git a/conf.d/agetty b/conf.d/agetty
-index 527ce4c2..5cfb5817 100644
---- a/conf.d/agetty
-+++ b/conf.d/agetty
-@@ -6,3 +6,6 @@
-
- # extra options to pass to agetty for this port
- #agetty_options=""
-+
-+# make agetty quiet
-+#quiet="no"
-diff --git a/init.d/agetty.in b/init.d/agetty.in
-index f6cc12da..390b1317 100644
---- a/init.d/agetty.in
-+++ b/init.d/agetty.in
-@@ -16,6 +16,7 @@ term_type="${term_type:-linux}"
- command=/sbin/agetty
- command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
- pidfile="/run/${RC_SVCNAME}.pid"
-+export EINFO_QUIET="${quiet:-yes}"
-
- depend() {
- after local