From f9480d6ffd43b3c0b76eaaaee3fe4594ac99f017 Mon Sep 17 00:00:00 2001
From: Tobias Hintze
Date: Mon, 27 Mar 2006 09:18:36 +0000
Subject: [PATCH] Tobias Hintze | : fixed
sysfiles/etc_conf_profile.txt it should not change from default behaviour
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7363 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
---
package/base/sysfiles/etc_conf_profile.txt | 23 +++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/package/base/sysfiles/etc_conf_profile.txt b/package/base/sysfiles/etc_conf_profile.txt
index 46b9b533f..875308110 100644
--- a/package/base/sysfiles/etc_conf_profile.txt
+++ b/package/base/sysfiles/etc_conf_profile.txt
@@ -28,15 +28,15 @@
# export EDITOR="nvi"
# export PAGER="less -R -F -M"
-if [ "$PS1" ] ; then
- alias cp='cp -i'
- alias mv='mv -i'
- alias rm='rm -i'
-
- case "$TERM" in *xterm*)
- [ "$TERM" = "xterm" ] && TERM="nxterm"
- set_xterm_title() { echo -ne "\033]0;$*\007" ; } ;;
- esac
+# if [ "$PS1" ] ; then
+# alias cp='cp -i'
+# alias mv='mv -i'
+# alias rm='rm -i'
+#
+# case "$TERM" in *xterm*)
+# [ "$TERM" = "xterm" ] && TERM="nxterm"
+# set_xterm_title() { echo -ne "\033]0;$*\007" ; } ;;
+# esac
# if bash is not in POSIX mode, set a more inteligent prompt
#
@@ -44,5 +44,6 @@ if [ "$PS1" ] ; then
# PS1='\u@\h:$([ ${#PWD} -lt 30 ] && \
# builtin echo "\w" || builtin echo "[\W]" ; echo )\$ '
- alias beep='echo -en \\007'
-fi
+# alias beep='echo -en \\007'
+# fi
+
|