~ubuntu-branches/ubuntu/precise/bash/precise

« back to all changes in this revision

Viewing changes to debian/patches/man-bashlogout.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-11-30 11:30:24 UTC
  • mfrom: (2.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20111130113024-hztzp5jwcx4roydf
Tags: 4.2-1ubuntu1
* Merge with Debian; remaining changes:
  - Build from the upstream sources, build the documentation in info format.
  - skel.bashrc:
    - Run lesspipe.
    - Enable ls aliases.
    - Set options in ll alias to -alF.
    - Define an alert alias.
    - Enabled colored grep aliases. 
  - etc.bash.bashrc:
    - Add sudo hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: document /etc/bash.bashrc in bash man page
 
2
 
 
3
--- a/bash/doc/bash.1
 
4
+++ b/bash/doc/bash.1
 
5
@@ -9840,6 +9840,9 @@
 
6
 .FN /etc/bash.bashrc
 
7
 The systemwide per-interactive-shell startup file
 
8
 .TP
 
9
+.FN /etc/bash.bash.logout
 
10
+The systemwide login shell cleanup file, executed when a login shell exits
 
11
+.TP
 
12
 .FN ~/.bash_profile
 
13
 The personal initialization file, executed for login shells
 
14
 .TP