Blame SOURCES/bash-4.2-rc2-logout.patch

287226
diff -up bash-3.2/config-top.h.logout bash-3.2/config-top.h
287226
--- bash-3.2/config-top.h.logout	2011-04-14 08:55:55.000000000 +0200
287226
+++ bash-3.2/config-top.h	2011-04-14 08:55:55.000000000 +0200
287226
@@ -78,7 +78,7 @@
287226
 /* #define SYS_BASHRC "/etc/bash.bashrc" */
287226
 
287226
 /* System-wide .bash_logout for login shells. */
287226
-/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
287226
+#define SYS_BASH_LOGOUT "/etc/bash.bash_logout"
287226
 
287226
 /* Define this to make non-interactive shells begun with argv[0][0] == '-'
287226
    run the startup files when not in posix mode. */
287226
diff -up bash-3.2/doc/bash.1.logout bash-3.2/doc/bash.1
287226
--- bash-3.2/doc/bash.1.logout	2011-04-14 09:16:32.000000000 +0200
287226
+++ bash-3.2/doc/bash.1	2011-04-14 11:59:33.000000000 +0200
287226
@@ -326,8 +326,8 @@ option may be used when the shell is sta
287226
 .PP
287226
 When a login shell exits,
287226
 .B bash
287226
-reads and executes commands from the file \fI~/.bash_logout\fP, if it
287226
-exists.
287226
+reads and executes commands from the files \fI~/.bash_logout\fP
287226
+and \fI/etc/bash.bash_logout\fP, if the files exists.
287226
 .PP
287226
 When an interactive shell that is not a login shell is started,
287226
 .B bash
287226
@@ -8814,6 +8814,9 @@ The \fBbash\fP executable
287226
 .FN /etc/profile
287226
 The systemwide initialization file, executed for login shells
287226
 .TP
287226
+.FN /etc/bash.bash_logout
287226
+The systemwide login shell cleanup file, executed when a login shell exits
287226
+.TP
287226
 .FN ~/.bash_profile
287226
 The personal initialization file, executed for login shells
287226
 .TP