source: trunk/debathena/config/pam-config/debian/transform_common-account.debathena @ 22875

Revision 22875, 144 bytes checked in by tabbott, 17 years ago (diff)
In pam-config: * Convert (partially) to the new config-package-dev interface
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^(account[ \t]+)required( ? ?)([ \t]+)(pam_unix\.so([ \t]+.*)?)\n/$1sufficient$3$4\n$1required$2$3pam_krb5.so\n/m or die;
Note: See TracBrowser for help on using the repository browser.