]> git.etc.gen.nz Git - spong.git/commitdiff
added example of new group contact entry type
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 19 Dec 2000 21:10:32 +0000 (21:10 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 19 Dec 2000 21:10:32 +0000 (21:10 +0000)
config/spong.hosts

index 4ed45b82fd0b1d941ef480e8157b843deec7472a..ca27331c2e6763b54e3d336288dc0ea720b6f97c 100755 (executable)
@@ -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)
  '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', },
+               
 );
  
 # ===========================================================================