current/utils create-package-feed.pl,1.7,1.8

Fabian Keil <[email protected]> Sat, 16 Jul 2016 11:43:16 +0000
Newsgroups gmane.comp.web.privoxy.cvs
Message-ID <[email protected]>
Update of /cvsroot/ijbswa/current/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32642/utils

Modified Files:
	create-package-feed.pl 
Log Message:
create-package-feed.pl: Get input directory and output file from the command line


Index: create-package-feed.pl
===================================================================
RCS file: /cvsroot/ijbswa/current/utils/create-package-feed.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** create-package-feed.pl	16 Jul 2016 11:43:02 -0000	1.7
--- create-package-feed.pl	16 Jul 2016 11:43:14 -0000	1.8
***************
*** 8,14 ****
  
  #< Config START >
! my $scan_dir   = '/xxxxxxxxxxxxxxxxxxxxxx/sf-download/';
  my $base_dlurl = 'https://www.privoxy.org/sf-download-mirror/';
- my $save_rss_file ='/xxxxxxxxxxxxxxxxxxxxxx/release.xml'; # e.g., release.rss
  my $maxlimit = 1000;
  my $max_advertised_files = 100;
--- 8,16 ----
  
  #< Config START >
! my $scan_dir = shift(@ARGV)
!     or die "Local package directory not specified (first argument)\n";
! my $save_rss_file = shift(@ARGV)
!     or die "RSS output file path not specified (second argument)\n";
  my $base_dlurl = 'https://www.privoxy.org/sf-download-mirror/';
  my $maxlimit = 1000;
  my $max_advertised_files = 100;


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev