summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-31 09:15:15 -0300
committerRenato Botelho <renato@netgate.com>2016-05-31 09:15:15 -0300
commit7e2f7ba2bfbf4f6f677446340d86bbb51caa1646 (patch)
treebd0935233a123e2c5056a11180d6cbf47f6aa249
parent960cb0ff45995917722a6dab89c593ddaa6789b9 (diff)
downloadpfsense-7e2f7ba2bfbf4f6f677446340d86bbb51caa1646.zip
pfsense-7e2f7ba2bfbf4f6f677446340d86bbb51caa1646.tar.gz
Remove root directory from main repo, config files will be copied during boot
-rw-r--r--src/root/.hushlogin0
-rw-r--r--src/root/.profile5
-rw-r--r--src/root/.shrc14
-rw-r--r--src/root/.tcshrc30
4 files changed, 0 insertions, 49 deletions
diff --git a/src/root/.hushlogin b/src/root/.hushlogin
deleted file mode 100644
index e69de29..0000000
--- a/src/root/.hushlogin
+++ /dev/null
diff --git a/src/root/.profile b/src/root/.profile
deleted file mode 100644
index 700597a..0000000
--- a/src/root/.profile
+++ /dev/null
@@ -1,5 +0,0 @@
-# Detect interactive logins and display the shell
-if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
- /etc/rc.initial
- exit
-fi
diff --git a/src/root/.shrc b/src/root/.shrc
deleted file mode 100644
index d3c9208..0000000
--- a/src/root/.shrc
+++ /dev/null
@@ -1,14 +0,0 @@
-HTTP_PROXY=`/usr/local/sbin/read_xml_tag.sh string system/proxyurl`
-if [ "${HTTP_PROXY}" != "" ]; then
- HTTP_PROXY_PORT=`/usr/local/sbin/read_xml_tag.sh string system/proxyport`
- if [ "${HTTP_PROXY_PORT}" != "" ]; then
- HTTP_PROXY="${HTTP_PROXY}:${HTTP_PROXY_PORT}"
- fi
- export HTTP_PROXY
-fi
-
-# Detect interactive logins and display the shell
-if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
- /etc/rc.initial
- exit
-fi
diff --git a/src/root/.tcshrc b/src/root/.tcshrc
deleted file mode 100644
index a643e3b..0000000
--- a/src/root/.tcshrc
+++ /dev/null
@@ -1,30 +0,0 @@
-set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;0;0m%} "
-set autologout="0"
-set autolist set color set colorcat
-setenv CLICOLOR "true"
-setenv LSCOLORS "exfxcxdxbxegedabagacad"
-if ($term == "xterm" || $term == "vt100" || $term == "vt102" || $term == "vt220" || $term !~ "con*") then
- bindkey "\e[2~" overwrite-mode # Ins
- bindkey "\e[3~" delete-char # Del
-
- bindkey "\e[1~" beginning-of-line # Home vt
- bindkey "\e[4~" end-of-line # End vt
-
- bindkey "\eOH" beginning-of-line # Home vt220
- bindkey "\eOF" end-of-line # End vt220
-
- bindkey "\e[H" beginning-of-line # Home kvt
- bindkey "\e[F" end-of-line # End kvt
-
- bindkey "\e[7~" beginning-of-line # Home rxvt/konsole
- bindkey "\e[8~" end-of-line # End rxvt/konsole
-endif
-
-set http_proxy=`/usr/local/sbin/read_xml_tag.sh string system/proxyurl`
-if (${http_proxy} != "") then
- set http_proxy_port=`/usr/local/sbin/read_xml_tag.sh string system/proxyport`
- if (${http_proxy_port} != "") then
- set http_proxy="${http_proxy}:${http_proxy_port}"
- endif
- setenv HTTP_PROXY ${http_proxy}
-endif
OpenPOWER on IntegriCloud