diff options
author | 2006-11-27 23:09:22 +0000 | |
---|---|---|
committer | 2006-11-27 23:09:22 +0000 | |
commit | 1e168ad425150f169b26fe662dc941d98abdc60c (patch) | |
tree | 5138593ad541afdb9ca33a7900b737ecf4a5dbec /net-analyzer/snortalog/files | |
parent | tcltk fix and cleanup (diff) | |
download | historical-1e168ad425150f169b26fe662dc941d98abdc60c.tar.gz historical-1e168ad425150f169b26fe662dc941d98abdc60c.tar.bz2 historical-1e168ad425150f169b26fe662dc941d98abdc60c.zip |
tcltk fix and cleanup
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'net-analyzer/snortalog/files')
4 files changed, 0 insertions, 41 deletions
diff --git a/net-analyzer/snortalog/files/digest-snortalog-2.2.1 b/net-analyzer/snortalog/files/digest-snortalog-2.2.1 deleted file mode 100644 index 4b7277650dae..000000000000 --- a/net-analyzer/snortalog/files/digest-snortalog-2.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 123cb4ec30b782cfe541c6edc25b7642 snortalog_v2.2.1.tgz 423580 diff --git a/net-analyzer/snortalog/files/digest-snortalog-2.3.0-r1 b/net-analyzer/snortalog/files/digest-snortalog-2.3.0-r1 deleted file mode 100644 index 342d94b1896c..000000000000 --- a/net-analyzer/snortalog/files/digest-snortalog-2.3.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ecba49c542a65cfd383ac8ca41a3c36 snortalog_v2.3.0.tgz 438087 diff --git a/net-analyzer/snortalog/files/snortalog-2.3.0-limit-args.diff b/net-analyzer/snortalog/files/snortalog-2.3.0-limit-args.diff deleted file mode 100644 index ed3835ad4317..000000000000 --- a/net-analyzer/snortalog/files/snortalog-2.3.0-limit-args.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- snortalog.pl.orig 2005-03-20 11:50:08.073875696 +0000 -+++ snortalog.pl 2005-03-20 11:50:15.618728704 +0000 -@@ -347,6 +347,10 @@ - $val_opt_p = $opt{p} if ( $opt_p == 1 ); - $val_opt_g = $opt{g} if ( $opt_g == 1 ); - $val_opt_l = $opt{l} if ( $opt_l == 1 ); -+ if ( $opt_h == 1 && $opt_p == 1) { -+ print "Error: You can only create a pdf or an html file, not both simultaneously.\n"; -+ exit(); -+ } - # - # Test if kind of logs are selected else all arent chosen by default - # diff --git a/net-analyzer/snortalog/files/snortalog-notcltk.diff b/net-analyzer/snortalog/files/snortalog-notcltk.diff deleted file mode 100644 index 4dccc02bc3f2..000000000000 --- a/net-analyzer/snortalog/files/snortalog-notcltk.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- snortalog.pl.orig 2005-03-03 17:13:06.792360520 +0000 -+++ snortalog.pl 2005-03-03 17:41:45.146131040 +0000 -@@ -45,17 +45,17 @@ - # Graphical Tool Kit Librairies - # - $TK = 0 ; --$TK = eval "use Tk;1;" ; --$TK = eval "use Tk::NoteBook;2;" if ($TK == 1); -+#$TK = eval "use Tk;1;" ; -+#$TK = eval "use Tk::NoteBook;2;" if ($TK == 1); - - # - # GD Librairies for charts - # - $GD = 0 ; --$GD = eval "use GD::Graph::pie;1;"; --$GD = eval "use GD::Graph::bars;2;" if ($GD == 1); --$GD = eval "use GD::Graph::lines;3;" if ($GD == 2); --$GD = eval "use GD::Graph::area;4;" if ($GD == 3); -+#$GD = eval "use GD::Graph::pie;1;"; -+#$GD = eval "use GD::Graph::bars;2;" if ($GD == 1); -+#$GD = eval "use GD::Graph::lines;3;" if ($GD == 2); -+#$GD = eval "use GD::Graph::area;4;" if ($GD == 3); - - # - # HTML and PDF manipulation libraries |