summaryrefslogtreecommitdiff
path: root/config/root-.profile
diff options
context:
space:
mode:
Diffstat (limited to 'config/root-.profile')
-rw-r--r--config/root-.profile16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/root-.profile b/config/root-.profile
deleted file mode 100644
index ac5d42d9..00000000
--- a/config/root-.profile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Execute the user's .root_profile file if it exists rather than this one.
-
-case "$USER" in
- "" | root)
- UHOME="";;
- *)
- UHOME="`eval echo ~$USER`";;
-esac
-
-if [ "$UHOME" -a -r "$UHOME/.root_profile" ]; then
- . "$UHOME/.root_profile"
-else
- PATH=/sbin:/bin:/local/bin
- export PATH
- echo "Don't login as root; use \`addauth root' or \`su'."
-fi