Revision 25971,
556 bytes
checked in by jdreed, 11 years ago
(diff) |
- Move approx.conf transform script out of debian/, name it more
conspicuously, and add comments for manual use.
- Punt approx.conf.tail in favor of above script.
- Create a transform script for schroot's pam config, name it
conspicuously, and add comments for manual use.
- Punt pam-schroot.patch in favor of above script.
- Punt mount-defaults.patch in favor of new 'debathena' schroot config
- Update .transform file to reflect changes above.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | # |
---|
3 | # This script modifies /etc/pam.d/schroot to replace common-session with |
---|
4 | # pam_unix.so for basic session support. If common-session is not |
---|
5 | # excluded, it creates a new AFS PAG and does other undesirable things. |
---|
6 | # |
---|
7 | # This script is normally called as a config-packge-dev transform |
---|
8 | # script, but can be applied by hand with something like: |
---|
9 | # mv /etc/pam.d/schroot /etc/pam.d/schroot.orig |
---|
10 | # modify_schroot < /etc/pam.d/schroot.orig > /etc/pam.d/schroot |
---|
11 | # |
---|
12 | s/^(\@include common-session)$/#$1\nsession required pam_unix.so/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.