Changeset 397 for branches


Ignore:
Timestamp:
07/06/2009 12:10:11 (3 years ago)
Author:
blee
Message:

Merge quieting of fetch and wget from trunk.

Location:
branches/confman-1.9
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 396
  • branches/confman-1.9/Makefile.am

    r395 r397  
    11BASH = @BASH_SHELL@ 
    22 
    3 VERSION += (395) 
     3VERSION += (397) 
    44 
    55bashcompdir = $(sysconfdir)/bash_completion.d 
  • branches/confman-1.9/confmancommon.sh.in

    r390 r397  
    8080    stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" 
    8181    readlink_cmd="@GREADLINK@" 
    82     fetch_cmd="fetch -o" 
     82    fetch_cmd="fetch -q -o" 
    8383    ;; 
    8484    Linux) 
     
    9090    stat_opts="mode=%a owner=%U group=%G" 
    9191    readlink_cmd="readlink" 
    92     fetch_cmd="@WGET@ -O" 
     92    fetch_cmd="@WGET@ -q -O" 
    9393    ;; 
    9494    *) 
     
    100100    stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" 
    101101    readlink_cmd="@GREADLINK@" 
    102     fetch_cmd="fetch -o" 
     102    fetch_cmd="fetch -q -o" 
    103103    ;; 
    104104esac 
Note: See TracChangeset for help on using the changeset viewer.