Develop and Download Open Source Software

Browse CVS Repository

Diff of /clamav-update/clamav-update/clamav-update.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10 by okamura, Wed Dec 26 07:06:54 2007 UTC revision 1.11 by okamura, Sun Nov 1 23:43:27 2009 UTC
# Line 104  Line 104 
104  #### Options ####  #### Options ####
105  # These settings will be overwrited with command line options.  # These settings will be overwrited with command line options.
106  # download from  # download from
107  #   'http://jaist.dl.sourceforge.net/sourceforge/clamav'       - Asia: Ishikawa, Japan  #$Setting{option}->{src} = {
108  #   'http://nchc.dl.sourceforge.net/sourceforge/clamav'        - Asia: Tainan, Taiwan  #       template        => 'http://jaist.dl.sourceforge.net/project/${NAME}/${NAME}/${VERSION}/${NAME}-${VERSION}.${EXT}',
109  #   'http://optusnet.dl.sourceforge.net/sourceforge/clamav'    - Australia: Sydney, Australia  #       params          => {
110  #   'http://belnet.dl.sourceforge.net/sourceforge/clamav'      - Europe: Brussels, Belgium  #               '${NAME}'               => \$Setting{option}->{name},
111  #   'http://switch.dl.sourceforge.net/sourceforge/clamav'      - Europe: Lausanne, Switzerland  #               '${VERSION}'    => \$LatestVersion,
112  #   'http://puzzle.dl.sourceforge.net/sourceforge/clamav'      - Europe: Bern, Switzerland  #               '${EXT}'                => \$Setting{option}->{ext},
113  #   'http://mesh.dl.sourceforge.net/sourceforge/clamav'        - Europe: Duesseldorf, Germany  #       },
114  #   'http://dfn.dl.sourceforge.net/sourceforge/clamav'         - Europe: Berlin, Germany  #};
115  #   'http://heanet.dl.sourceforge.net/sourceforge/clamav'      - Europe: Dublin, Ireland  #    Simple way:
116  #   'http://garr.dl.sourceforge.net/sourceforge/clamav'        - Europe: Bologna, Italy  #$Setting{option}->{src} = 'BASE_URL';
117  #   'http://surfnet.dl.sourceforge.net/sourceforge/clamav'     - Europe: Amsterdam, The Netherlands  #    It's equivalent to
118  #   'http://kent.dl.sourceforge.net/sourceforge/clamav'        - Europe: Kent, UK  #$Setting{option}->{src} = {
119  #   'http://superb-east.dl.sourceforge.net/sourceforge/clamav' - North America: McLean, Virginia  #       template        => 'BASE_URL/${NAME}-${VERSION}.${EXT}',
120  #   'http://superb-west.dl.sourceforge.net/sourceforge/clamav' - North America: Seattle, Washington  #       params          => {
121  #   'http://internap.dl.sourceforge.net/sourceforge/clamav'    - North America: San Jose, CA  #               '${NAME}'               => \$Setting{option}->{name},
122  #   'http://easynews.dl.sourceforge.net/sourceforge/clamav'    - North America: Phoenix, AZ  #               '${VERSION}'    => \$LatestVersion,
123  #   'http://ufpr.dl.sourceforge.net/sourceforge/clamav'        - South America: Curitiba, Brazil  #               '${EXT}'                => \$Setting{option}->{ext},
124  #$Setting{option}->{src} = 'http://jaist.dl.sourceforge.net/sourceforge/clamav';  #       },
125    #};
126    
127    
128  #   download to  #   download to
129  #$Setting{option}->{dst} = tempdir(CLEANUP => 1);  #$Setting{option}->{dst} = tempdir(CLEANUP => 1);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26