]> err.no Git - dotfiles/commitdiff
Support SunOS
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 29 Sep 2002 13:22:49 +0000 (13:22 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 29 Sep 2002 13:22:49 +0000 (13:22 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@47 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

environment

index d8f5b1fa3d855899c4ad5e5b730519b23b48e86d..edaa41d0b77b30901abe16417211b060f45bd995 100644 (file)
@@ -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-`
         ;;