Remove as no longer being used: weberr, weblog
authorshort <>
Sat, 30 Apr 2005 06:41:51 +0000 (06:41 +0000)
committershort <>
Sat, 30 Apr 2005 06:41:51 +0000 (06:41 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index f6dcb35..b97c1c1 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -114,11 +114,6 @@ alias cvsignoresrmall='cvsutil --ignores --workings --rm'
 alias cvsignoresallrm='cvsutil --ignores --workings --rm'
 [ "`uname`" = "SunOS" -a -x $HOME/bin/rpm-by-pkg ] && alias rpm='rpm-by-pkg'
 
-weberr="/var/log/httpd/error/klokan.error_log"
-if [ -f "$weberr" ];then alias weberr='tail "$weberr"';fi
-weblog="/var/log/httpd/klokan.access_log"
-if [ -f "$weblog" ];then alias weblog='tail -n 20000 "$weblog"|grep "\\(~\\|%7[eE]\\)short"';fi
-
 export IGNOREEOF=10
 # '2>/dev/null' to prevent: TMOUT: readonly variable
 export TMOUT=900 2>/dev/null