summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-02-11 17:34:00 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-02-11 17:34:00 +0100
commita87f0ce9e8d73939abd8156075afcfa352fbdd71 (patch)
tree7493c2dba5e6b43f7e9fdd3a22d94097eb405e84 /etc
parentaf961825053bed2e6544e7167572f48a3742e03e (diff)
removed host-specific named directories
Diffstat (limited to 'etc')
-rw-r--r--etc/directories12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/directories b/etc/directories
index cf98ea2..91d953a 100644
--- a/etc/directories
+++ b/etc/directories
@@ -3,15 +3,3 @@
hash -d vcs=$HOME/var/svn
hash -d lyrics=/home/wildernet/html/lyrics
-
-case $HOST in
- aneurysm)
- hash -d www=/var/www
- hash -d web=$HOME/public_html
- ;;
- saviour)
- hash -d music=$HOME/lib/audio
- hash -d www=/var/www
- hash -d cgi=/usr/lib/cgi-bin
- ;;
-esac