home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0907.lha / CyberPager / groups < prev    next >
Text File  |  1993-08-28  |  642b  |  20 lines

  1. ; lines that start with the GROUP keyword indicate the start of a new
  2. ; group.  members of that group may be included on the same line and
  3. ; on following lines.  a group ends when either <end of file> is
  4. ; encountered or another line that starts with the GROUP keyword is
  5. ; found.
  6.  
  7.  
  8. ; below are two sample groups.  the first one, called "marketing",
  9. ; contains entries for "sally", "bob", and joe.  the second one,
  10. ; called "sales" contains entries for "crook" and "thief" as well
  11. ; as a service:pin style entry (which is perfectly legal in the
  12. ; groups file).
  13.  
  14. group marketing
  15.     sally bob
  16.     joe
  17.  
  18. group sales crook someService:01234567
  19.     thief 
  20.