diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-09 18:45:03 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-09-09 18:45:03 -0500 |
commit | a7bd9bfc7fa060a791b1b146cba726c7796eb51a (patch) | |
tree | 908665ee7bc8fdab458d64fd4228f2617c986794 | |
parent | 7c7be47a3bdbebbe1f72b8422c4b8eebdf576e19 (diff) | |
download | vyatta-bash-a7bd9bfc7fa060a791b1b146cba726c7796eb51a.tar.gz vyatta-bash-a7bd9bfc7fa060a791b1b146cba726c7796eb51a.zip |
Enable global bash logout script
-rw-r--r-- | config-top.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-top.h b/config-top.h index 147d4f4..8489868 100644 --- a/config-top.h +++ b/config-top.h @@ -78,7 +78,7 @@ /* #define SYS_BASHRC "/etc/bash.bashrc" */ /* System-wide .bash_logout for login shells. */ -/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */ +#define SYS_BASH_LOGOUT "/etc/bash.bash_logout" /* Define this to make non-interactive shells begun with argv[0][0] == '-' run the startup files when not in posix mode. */ |