do show messages from profile.d scripts in interactive login ksh shell, respect umask settings even with login shell

This commit is contained in:
Ondrej Vasik 2010-08-09 10:31:53 +02:00
parent 7ca0840533
commit f3712d19f5

View File

@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files
Name: setup
Version: 2.8.23
Version: 2.8.24
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
@ -89,6 +89,11 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
%changelog
* Wed Jul 28 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.24-1
- do show messages from profile.d scripts in interactive
login ksh shell(#616418)
- respect umask settings even with login shell
* Tue Jun 29 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.23-1
- reserve uidgid pair 172:172 for rtkit (#609171)