[hackers] [ubase] Don't put '
' in getty || sin
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
commit deeeec8977e7c193e081c38162ee4448cc9b314d
Author: sin <sin_AT_2f30.org>
Date: Mon Feb 10 15:47:13 2014 +0000
Don't put '
' in getty
We can do this in the initscripts.
diff --git a/getty.c b/getty.c
index fd84673..46781f6 100644
--- a/getty.c
+++ b/getty.c
_AT_@ -78,7 +78,6 @@ main(int argc, char *argv[])
sigemptyset(&sa.sa_mask);
sigaction(SIGHUP, &sa, NULL);
- putchar('
');
printf("Login: ");
fflush(stdout);
Received on Mon Feb 10 2014 - 16:50:20 CET
This archive was generated by hypermail 2.3.0
: Mon Feb 10 2014 - 17:00:27 CET