############################################################################## # # # Configuration Subroutine for Problem Report Tools # # # ############################################################################## sub configure { # Configure here the name(s) and owner(s) of the file(s) to monitor: $path = '/u/preport'; # (This is the common path for the following files. It may be left empty # if the files are specified with absolute paths.) undef @files; undef @users; push(@files, 'AL'); push(@users, 'alex'); push(@files, 'AS'); push(@users, 'schnagl'); push(@files, 'CB'); push(@users, 'bach'); push(@files, 'CH'); push(@users, 'joker'); push(@files, 'DB'); push(@users, 'dabe'); push(@files, 'DBB'); push(@users, 'dabe'); push(@files, 'FFM'); push(@users, 'schuh'); push(@files, 'HB'); push(@users, 'hebu'); push(@files, 'HS'); push(@users, 'helm'); push(@files, 'JP'); push(@users, 'pichel'); # push(@files, 'KF'); push(@users, 'happy'); push(@files, 'MS'); push(@users, 'blacky'); push(@files, 'OS'); push(@users, 'olli'); push(@files, 'RSE'); push(@users, 'rse'); # push(@files, 'SB'); push(@users, 'sb'); # push(@files, 'SH'); push(@users, 'susanne'); # push(@files, 'TT'); push(@users, 'tommy'); push(@files, 'WW'); push(@users, 'wolfgang'); # push(@files, 'XW'); push(@users, 'wunix'); } 1; __END__