# 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)
'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', },
+
);
# ===========================================================================