From 4eaa3c9d64f8b1dba40a251b391b86750058193f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 9 Dec 2014 13:16:23 +0100 Subject: [PATCH] root: adapt to latest changes --- root/.hushlogin | 0 root/.profile | 6 ++---- root/.shrc | 6 ++---- 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 root/.hushlogin diff --git a/root/.hushlogin b/root/.hushlogin deleted file mode 100644 index e69de29bb..000000000 diff --git a/root/.profile b/root/.profile index 700597a4e..44a75d510 100644 --- a/root/.profile +++ b/root/.profile @@ -1,5 +1,3 @@ # Detect interactive logins and display the shell -if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then - /etc/rc.initial - exit -fi +/etc/rc.initial +exit diff --git a/root/.shrc b/root/.shrc index 700597a4e..44a75d510 100644 --- a/root/.shrc +++ b/root/.shrc @@ -1,5 +1,3 @@ # Detect interactive logins and display the shell -if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then - /etc/rc.initial - exit -fi +/etc/rc.initial +exit