summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-28 18:15:40 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-05-01 15:14:55 -0300
commitc79f330d3564f8b2d4c9c97cf18b53d8458511f1 (patch)
tree675afb435c7490d826e9f4ad732d133431b388f2 /root
parent5216e3591c9ff046b5105517ccfc9a49716dd6f9 (diff)
downloadpfsense-c79f330d3564f8b2d4c9c97cf18b53d8458511f1.zip
pfsense-c79f330d3564f8b2d4c9c97cf18b53d8458511f1.tar.gz
Move the sh/profile files here as a more natural place to live in.
Diffstat (limited to 'root')
-rw-r--r--root/.profile5
-rw-r--r--root/.shrc7
2 files changed, 10 insertions, 2 deletions
diff --git a/root/.profile b/root/.profile
new file mode 100644
index 0000000..2252b5f
--- /dev/null
+++ b/root/.profile
@@ -0,0 +1,5 @@
+# Detect interactive logins and display the shell
+if [ `env | grep SSH_TTY | wc -l` -gt 0 ] || [ `env | grep cons25 | wc -l` -gt 0 ]; then
+ /etc/rc.initial
+ exit
+fi
diff --git a/root/.shrc b/root/.shrc
index 31f5e2e..2252b5f 100644
--- a/root/.shrc
+++ b/root/.shrc
@@ -1,2 +1,5 @@
-/etc/rc.initial
-exit
+# Detect interactive logins and display the shell
+if [ `env | grep SSH_TTY | wc -l` -gt 0 ] || [ `env | grep cons25 | wc -l` -gt 0 ]; then
+ /etc/rc.initial
+ exit
+fi
OpenPOWER on IntegriCloud