From 01b776d0960dda7857fd02a2216c146292103efa Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 19 Dec 2000 21:10:32 +0000 Subject: [PATCH] added example of new group contact entry type --- config/spong.hosts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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', }, + ); # =========================================================================== -- 2.30.2