Changeset 1654:550b9976e797
- Timestamp:
- 06/11/08 18:02:25 (2 months ago)
- Author:
- klai@…
- Branch:
- default
- Message:
-
Fix errors in switch to /etc/tycoon/defaults
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1653
|
r1654
|
|
| 1 | 1 | include src/scripts/* |
| 2 | 2 | include src/tycoon*.repo |
| 3 | | include etc/* |
| | 3 | recursive-include etc * |
| 4 | 4 | |
| 5 | 5 | |
-
|
r1653
|
r1654
|
|
| 55 | 55 | scripts = ['usr/bin/tycoon_aucd'], |
| 56 | 56 | data_files = [ |
| 57 | | ('/etc/tycoon/defaults/tycoon', ['etc/tycoon/defaults/tycoon_aucd.conf',]), |
| | 57 | ('/etc/tycoon/defaults', ['etc/tycoon/defaults/tycoon_aucd.conf',]), |
| 58 | 58 | ('/etc/tycoon', ['etc/tycoon/tycoon_aucd.conf',]), |
| 59 | 59 | ('/etc/logrotate.d', ['etc/logrotate.d/tycoon_aucd',]), |
-
|
r1653
|
r1654
|
|
| 67 | 67 | 'src/scripts/tycoon_ssh', |
| 68 | 68 | 'src/scripts/tycoon_scp', |
| 69 | | 'src/scripts/tycoon_dist_auc', |
| 70 | 69 | 'src/scripts/tycoon_bench', |
| 71 | 70 | ], |
| 72 | 71 | data_files = [ |
| 73 | 72 | ('/etc/tycoon', ['etc/tycoon/tycoon.conf', 'etc/tycoon/bank_public_key']), |
| 74 | | ('/etc/tycoon/default', ['etc/tycoon/default/tycoon.conf']), |
| | 73 | ('/etc/tycoon/defaults', ['etc/tycoon/defaults/tycoon.conf']), |
| 75 | 74 | ('/etc/yum.repos.d', ['src/tycoon_$distribution_code$.repo']), |
| 76 | 75 | ], |