--- /dev/null
+# POSIX -*- sh -*-
+#
+
+LS_OPTIONS="-B --color=auto -FN"
+CVSROOT=~/data/cvs
+EDITOR=emacs
+TZ=CET
+WWW_HOME=http://localhost/~tfheen/services.html
+test -x "$HOME/bin/lesspipe.sh" && LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
+LESS="-m"
+RSYNC_RSH=ssh
+CVS_RSH=ssh
+PILOTRATE=115200
+PILOTPORT=/dev/tts/0
+[ -z "$LANG" ] && LANG=no_NO
+MAIL=/var/spool/mail/tfheen
+DEBEMAIL=tfheen@debian.org
+CVSEDITOR=vi
+
+if test `uname -s` = "Linux" && test `uname -m` = i686; then
+ ldlib=ld-linux.so.2
+fi
+
+case `uname -s` in
+ *BSD)
+ HOSTNAME=`hostname`
+ DOMAINNAME=`hostname | cut -d. -f 2-`
+ ;;
+ Linux)
+ HOSTNAME=`hostname -f`
+ DOMAINNAME=`hostname -f | cut -d. -f 2-`
+ ;;
+esac
+
+
+export LS_OPTIONS CVSROOT EDITOR TZ WWW_HOME LESSOPEN LESS RSYNC_RSH
+export CVS_RSH PILOTPORT PILOTRATE LANG DEBEMAIL CVSEDITOR ldlib
+export HOSTNAME DOMAINNAME
\ No newline at end of file