/[echolot]/trunk/pingd.conf
ViewVC logotype

Contents of /trunk/pingd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 180 - (show annotations) (download)
Tue Jul 16 00:09:28 2002 UTC (10 years, 10 months ago) by weasel
File size: 587 byte(s)
Config option reordering
1 # vim:set syntax=perl:
2
3 $CONFIG = {
4 'homedir' => '/home/pinger/echolot',
5 'sitename' => 'unconfigured',
6
7 'my_localpart' => 'pinger',
8 'my_domain' => 'example.com',
9 'operator_address' => 'remop@example.org',
10
11 'Pinger::Mix' => {
12 'mix' => '/home/pinger/Mix/mix',
13 'mixdir' => '/home/pinger/Mix'
14 },
15
16 'seperate_rlists' => 0,
17 'combined_list' => 0,
18 };
19 1;

  ViewVC Help
Powered by ViewVC 1.1.5