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