Date: Sun, 05 Oct 2003 15:18:29 +0000 From: "Lee Harr" <missive@hotmail.com> To: freebsd-questions@freebsd.org Subject: Re: LANG changed with recent buildworld Message-ID: <BAY2-F79dJXNMZaxSFo0000c87a@hotmail.com>
next in thread | raw e-mail | index | archive | help
>I cvsup'd to RELENG_4 today and rebuilt my system. Now the LANG environment >variable has been set to de_DE.ISO8859-1 > >I do not remember seeing anything about this while running mergemaster, >and I do not see where it is set in make.conf or anywhere else in /etc > >Did I do something wrong? > >Where should I be setting my choice for LANG? > Ok. I found it... (nothing to do with the buildworld, btw) I was tired of finding .core files everywhere, so I modified my ~/.login_conf to not allow them. The .login_conf that gets installed when using adduser looks something like this: # $FreeBSD: src/share/skel/dot.login_conf,v 1.2.2.1 2002/01/05 # # see login.conf(5) # #me:\ # :charset=iso-8859-1:\ # :lang=de_DE.ISO8859-1: So, I just uncommented the me:\ line and added a new line at the bottom of the file: :coredumpsize=0:\ figuring that commented lines would not affect anything.... Apparently that is not how it works :o) _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY2-F79dJXNMZaxSFo0000c87a>