From: tfheen Date: Sun, 29 Sep 2002 13:22:49 +0000 (+0000) Subject: Support SunOS X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb91927a7994591b39838856702a4352238a0c59;p=dotfiles Support SunOS git-svn-id: file:///svn/tfheen/trunk/dotfiles@47 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/environment b/environment index d8f5b1f..edaa41d 100644 --- a/environment +++ b/environment @@ -12,7 +12,6 @@ RSYNC_RSH=ssh CVS_RSH=ssh PILOTRATE=115200 PILOTPORT=/dev/tts/0 -LANG=no_NO #MAIL=/var/spool/mail/tfheen DEBEMAIL=tfheen@debian.org CVSEDITOR=vi @@ -22,7 +21,7 @@ if test `uname -s` = "Linux" && test `uname -m` = i686; then fi case `uname -s` in - *BSD) + *BSD|SunOS) HOSTNAME=`hostname` DOMAINNAME=`hostname | cut -d. -f 2-` ;;