From: Stephen L Johnson Date: Tue, 19 Dec 2000 21:10:32 +0000 (+0000) Subject: added example of new group contact entry type X-Git-Tag: spong-2_7_2~29 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b776d0960dda7857fd02a2216c146292103efa;p=spong.git added example of new group contact entry type --- diff --git a/config/spong.hosts b/config/spong.hosts index 4ed45b8..ca27331 100755 --- a/config/spong.hosts +++ b/config/spong.hosts @@ -1,6 +1,6 @@ # See the spong.hosts man page for additional documentation. # -# $Id: spong.hosts,v 1.3 2000/10/16 13:58:48 sljohnson Exp $ +# $Id: spong.hosts,v 1.4 2000/12/19 21:10:32 sljohnson Exp $ # # Don't be afraid. This is a configuration file that defines two things, 1) # who is respondsible for systems, and how do you get ahold of them, and 2) @@ -27,9 +27,16 @@ 'unix-staff' => { name => 'Unix On-call Staff', email => 'unix-staff@localhost' }, - 'fred' => { name => 'Fred Jonston', + 'fred' => { name => 'Fred Jonston', email => 'fredj@myhost.com', - skytel => '1234567' } + skytel => '1234567' }, + + 'bob' => { name => 'Bob. He is the silent type.', + skytel -=> '7654321' }, + + 'nt-admins' => { name => 'The NT administrators', + group => 'fred, bob', }, + ); # ===========================================================================