Changeset 1652:bdfa3d436dfb
- Timestamp:
- 06/10/08 11:25:57 (2 months ago)
- Author:
- klai@…
- Branch:
- default
- Message:
-
Discourage modifications of configuration files
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1649
|
r1652
|
|
| 2 | 2 | # Warning: do not modify this file. Modifications will be overwritten |
| 3 | 3 | # when the tycoon packages are upgraded. Instead, put configuration changes |
| 4 | | # in /etc/tycoon/tycoon_aucd_local.conf. Values set there will supercede |
| 5 | | # the values in this file. |
| | 4 | # in /etc/tycoon/tycoon_aucd_local.conf (for the auctioneer) or |
| | 5 | # ~/.tycoon/tycoon.conf (for individual users). Values set in those files |
| | 6 | # will supercede the values in this file. |
| 6 | 7 | |
| 7 | 8 | # The file to log to or None for stderr |
-
|
r0
|
r1652
|
|
| 20 | 20 | for cf in self.config_files: |
| 21 | 21 | f.append("%%config %s" % (cf,)) |
| | 22 | |
| | 23 | f.append("%%attr(444, root, root) /etc/tycoon/tycoon_aucd.conf") |
| 22 | 24 | return f |
| 23 | 25 | |
-
|
r1627
|
r1652
|
|
| 22 | 22 | for cf in self.config_files: |
| 23 | 23 | f.append("%%config %s" % (cf,)) |
| | 24 | f.append("%%attr(444, root, root) /etc/tycoon/tycoon.conf") |
| 24 | 25 | return f |
| 25 | 26 | |
-
|
r1270
|
r1652
|
|
| 1 | 1 | #! /usr/bin/env python |
| | 2 | # Warning: do not modify this file. Modifications will be overwritten |
| | 3 | # when the tycoon packages are upgraded. Instead, put configuration changes |
| | 4 | # in /etc/tycoon/tycoon_aucd_local.conf (for the auctioneer) or |
| | 5 | # ~/.tycoon/tycoon.conf (for individual users). Values set in those files |
| | 6 | # will supercede the values in this file. |
| 2 | 7 | |
| 3 | 8 | # Sets the amount of debugging output |