Revision 25971,
774 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 | #!/bin/sh |
---|
2 | # |
---|
3 | # This script appends some lines (below) to approx.conf suitable for |
---|
4 | # use on the Debathena build server. This script is normally called |
---|
5 | # as a config-packge-dev transform script, but can be applied by hand |
---|
6 | # with something like: |
---|
7 | # mv /etc/approx/approx.conf /etc/approx/approx.conf.orig |
---|
8 | # modify_approx.conf < /etc/approx/approx.conf.orig \ |
---|
9 | # > /etc/approx/approx.conf |
---|
10 | # and then restart approx (via inetd) |
---|
11 | # |
---|
12 | cat |
---|
13 | cat <<EOF |
---|
14 | |
---|
15 | #debian http://debian.lcs.mit.edu/debian |
---|
16 | debian http://mirrors.mit.edu/debian |
---|
17 | debian-security http://security.us.debian.org |
---|
18 | #ubuntu http://archive.ubuntu.com/ubuntu |
---|
19 | ubuntu http://mirrors.mit.edu/ubuntu |
---|
20 | ubuntu-security http://security.ubuntu.com/ubuntu |
---|
21 | debathena http://debathena.mit.edu/apt |
---|
22 | EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.