source: trunk/debathena/debathena/libpam-mktemp/debian/control.in @ 22756

Revision 22756, 626 bytes checked in by andersk, 16 years ago (diff)
* pam_mktemp.c: Accept dir, not dir*. * debian/control.in: Clarify description.
Line 
1Source: libpam-mktemp
2Section: debathena/libs
3Priority: optional
4Maintainer: Debian-Athena Project <debathena@mit.edu>
5Standards-Version: 3.7.2
6Build-Depends: @cdbs@, libpam0g-dev
7
8Package: libpam-mktemp
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
11Description: PAM module to create temporary session files
12 This PAM module securely creates a temporary file or directory with
13 mkstemp, and sets an environment variable to point to its location.
14 .
15 A common use is to set the XAUTHORITY environment variable to a
16 securely created temporary file, for use when home directories are in
17 a networked filesystem.
Note: See TracBrowser for help on using the repository browser.