You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
314 B
Modula-2
11 lines
314 B
Modula-2
my $inews = "/usr/bin/inews -h -O -S";
|
|
my $log = "/var/log/fido/history";
|
|
my $rep_newsgroups = "junk";
|
|
my $rep_from = "\"Statistics generator\" <fido\@localhost>";
|
|
my $rep1_subj = "Sessions history";
|
|
my $rep2_subj = "Sessions history";
|
|
my $rep3_subj = "Links statistics";
|
|
|
|
# We are reading configs, isnt it? :)
|
|
1;
|