From 651e77c6f7c5d2250c69aeb1a3b3355439fcfec9 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 1 Jun 2010 12:38:36 -0400 Subject: Don't kill login here. When this happens from ssh is also resets the console menu. Kill $PPID instead which should have the same intended effect. --- etc/rc.initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.initial b/etc/rc.initial index 7485e0d..7f7ad23 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -155,7 +155,7 @@ case ${opmode} in fi ;; "") - killall login ; exit + kill $PPID ; exit ;; esac -- cgit v1.1