SHA256
1
0
forked from pool/aaa_base
OBS User unknown
2007-06-04 22:42:01 +00:00
committed by Git OBS Bridge
parent d8883dccd6
commit 39870ea40c
3 changed files with 25 additions and 3 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 04 18:27:30 CEST 2007 - mfabian@suse.de
- Bugzilla #279934: ssh sends the locale environment variables
even for non-login shells, therefore one should not test for
SSH_TTY in /etc/profile.d/*.ssh but for SSH_CONNECTION,
otherwise /etc/profile.d/lang.{sh,csh} overwrites the locale
with the system default again (Thanks to Werner Fink).
-------------------------------------------------------------------
Mon Jun 4 14:55:41 CEST 2007 - werner@suse.de
- Be sure the the option -P of shutdown works (bug #274042)
-------------------------------------------------------------------
Fri Jun 1 15:48:57 CEST 2007 - lnussel@suse.de