Changeset 1652:bdfa3d436dfb

Show
Ignore:
Timestamp:
06/10/08 11:25:57 (2 months ago)
Author:
klai@…
Branch:
default
Message:

Discourage modifications of configuration files

Files:
4 modified

Legend:

Unmodified
Added
Removed
  • packaging/fedora_core_3/tycoon_aucd/etc/tycoon/tycoon_aucd.conf

    r1649 r1652  
    22# Warning: do not modify this file. Modifications will be overwritten 
    33# 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. 
    67 
    78# The file to log to or None for stderr 
  • packaging/fedora_core_3/tycoon_aucd/setup.py.template

    r0 r1652  
    2020            for cf in self.config_files: 
    2121                f.append("%%config %s" % (cf,)) 
     22 
     23        f.append("%%attr(444, root, root) /etc/tycoon/tycoon_aucd.conf") 
    2224        return f 
    2325 
  • setup.py.template

    r1627 r1652  
    2222            for cf in self.config_files: 
    2323                f.append("%%config %s" % (cf,)) 
     24        f.append("%%attr(444, root, root) /etc/tycoon/tycoon.conf") 
    2425        return f 
    2526 
  • src/tycoon.conf

    r1270 r1652  
    11#! /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. 
    27 
    38# Sets the amount of debugging output