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
*
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | s/^\#[\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; |
---|
3 | s|^(\@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.