Changeset 494 for server/common
- Timestamp:
- Oct 16, 2007, 9:07:49 PM (18 years ago)
- File:
- 
          - 1 edited
 
 - 
          server/common/oursrc/accountadm/admof.in (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/common/oursrc/accountadm/admof.inr450 r494 1 1 2 #!/usr/bin/perl 2 3 use strict; … … 74 75 } 75 76 76 while(<LISTACL>) { 77 my @targetacl = <LISTACL>; 78 push(@targetacl, " system:scripts-root rlidwka"); 79 80 close LISTACL; 81 82 foreach(@targetacl) { 77 83 last unless /^ /; 78 84 my ($name) = /^ ([\w:_.-]+) \w*a\w*$/ or next; 
Note: See TracChangeset
          for help on using the changeset viewer.
      
