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

Revision 22875, 309 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 *
RevLine 
[22875]1#!/usr/bin/perl -0p
2s/^\#[\t ]+(account[ \t]+required[ \t]+pam_access.so)/$1/m or s/^(?=\@include[ \t]+common-account)/account    required     pam_access.so\n/m or die;
3s|^(\@include[ \t]+common-session)|$1\nsession    optional     pam_mktemp.so var=XAUTHORITY prefix=/var/run/athena-sessions/xauth|m or die;
Note: See TracBrowser for help on using the repository browser.