ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit deeeec8977e7c193e081c38162ee4448cc9b314d
parent 5c1c8d60be038b33c70adbc43cdd913576fd4351
Author: sin <sin@2f30.org>
Date:   Mon, 10 Feb 2014 15:47:13 +0000

Don't put '\n' in getty

We can do this in the initscripts.

Diffstat:
Mgetty.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/getty.c b/getty.c @@ -78,7 +78,6 @@ main(int argc, char *argv[]) sigemptyset(&sa.sa_mask); sigaction(SIGHUP, &sa, NULL); - putchar('\n'); printf("Login: "); fflush(stdout);