summaryrefslogtreecommitdiffstats
path: root/etc/rayonic-20030625/profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rayonic-20030625/profile')
-rw-r--r--etc/rayonic-20030625/profile18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/rayonic-20030625/profile b/etc/rayonic-20030625/profile
new file mode 100644
index 000000000..2f0a47d54
--- /dev/null
+++ b/etc/rayonic-20030625/profile
@@ -0,0 +1,18 @@
+#
+# /etc/profile
+#
+# Configuration for Rayonic
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+export PATH="$PATH:/usr/bin:/bin:/sbin:."
+
+#umask 022
+
+#This fixes the backspace when telnetting in.
+#if [ "$TERM" != "linux" ]; then
+# stty erase ^H
+#fi
+#PS1="# "
+