From fb91927a7994591b39838856702a4352238a0c59 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sun, 29 Sep 2002 13:22:49 +0000 Subject: [PATCH] Support SunOS git-svn-id: file:///svn/tfheen/trunk/dotfiles@47 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- environment | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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-` ;; -- 2.39.5