source: trunk/debathena/config/reactivate/debian/transform_schroot_pam @ 25716

Revision 25716, 172 bytes checked in by jdreed, 12 years ago (diff)
In reactivate: * Yes, the pam_env hack is still needed.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2# -*- mode: fundamental; -*-
3
4print <<EOF;
5# Added by debathena-reactivate
6auth required pam_env.so readenv=1 envfile=/tmp/ticketenv
7EOF
8print;
9exit 0;
Note: See TracBrowser for help on using the repository browser.