OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   01-May-2009 12:39:48
  Branch: HEAD                             Handle: 2009050111394700

  Modified files:
    openpkg-src/bash        bash.spec bash.txt

  Log:
    enable some more standard features

  Summary:
    Revision    Changes     Path
    1.109       +1  -1      openpkg-src/bash/bash.spec
    1.2         +11 -3      openpkg-src/bash/bash.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bash/bash.spec
  ============================================================================
  $ cvs diff -u -r1.108 -r1.109 bash.spec
  --- openpkg-src/bash/bash.spec        18 Apr 2009 13:08:55 -0000      1.108
  +++ openpkg-src/bash/bash.spec        1 May 2009 10:39:47 -0000       1.109
  @@ -38,7 +38,7 @@
   Group:        Shell
   License:      GPL
   Version:      %{V_base_real}.%{V_plvl_raw}
  -Release:      20090406
  +Release:      20090501
   
   #   list of sources
   Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bash/bash.txt
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 bash.txt
  --- openpkg-src/bash/bash.txt 7 Mar 2009 13:34:12 -0000       1.1
  +++ openpkg-src/bash/bash.txt 1 May 2009 10:39:47 -0000       1.2
  @@ -13,7 +13,7 @@
   set meta-flag on
   set convert-meta off
   
  -#   show all completions immediately instead of ringing the 
  +#   show all completions immediately instead of ringing the bell
   set show-all-if-ambiguous on
   set show-all-if-unmodified on
   
  @@ -40,11 +40,19 @@
   #   environment permissions
   umask 022
   
  +#   filesystem handling
  +shopt -s cdspell
  +shopt -s no_empty_cmd_completion
  +shopt -s checkhash
  +
   #   history functionality
  +shopt -s cmdhist
   shopt -s histappend
  -HISTSIZE=100
  -HISTFILESIZE=100
  +shopt -s lithist
  +HISTSIZE=1000
  +HISTFILESIZE=1000
   HISTIGNORE="&"
  +HISTTIMEFORMAT='%Y-%m-%d %H:%M:%S  '
   </file>
   <file name="bashrc">
   ##
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to