Initial nsswitch config repository
[hcoop/zz_old/debian/hcoop-nsswitch-config.git] / debian / transform_nsswitch.conf.hcoop
1 #!/usr/bin/perl -0p
2
3 # consult afs before all other sources
4 s/^passwd: (.*)$/passwd: afs $1/m or die;
5 s/^group: (.*)$/group: afs $1/m or die;
6