config.pm
changeset 13 d9694ca1b7fc
parent 12 b3edfead728b
child 28 714d4a0ea0bc
equal deleted inserted replaced
12:b3edfead728b 13:d9694ca1b7fc
     1 package config;
     1 package config;
     2 @mailto = qw(root@localhost);
     2 @mailto = qw(root@localhost);
     3 @notify_dirs = qw(/etc);
     3 #@notify_dirs = qw(/etc);
     4 
     4 
     5 1;
     5 1;