Hello again, On Sun, Mar 08, 2009 at 03:19:09PM +0100, Pierre Habouzit wrote: > you absolutely don't get it. I give the two most used > configurations
(i.e. pdnsd-recurse.conf and pdnsd-resolvconf.conf) > for free, namely: > * local cache, slave to your ISP or dhcp servers, through the > resolvconf facilities ; > * local recursive cache server. Look, you call them _configurations_ yourself, and that's right - they are configuration files. Moreover, and more importantly, they are configuration files: 1. according to The Debian Policy: > 10.7. Configuration files > ------------------------- > > 10.7.1. Definitions > ------------------- > > configuration file > A file that affects the operation of a program, or provides site- > or host-specific information, or otherwise customizes the > behavior of a program. Typically, configuration files are > intended to be modified by the system administrator (if needed or > desired) to conform to local policy or to provide more useful > site-specific behavior. 2. according to their usage in /etc/init.d/pdnsd script: > if test -n "$AUTO_MODE" && test -f /usr/share/pdnsd/pdnsd-$AUTO_MODE.conf > then > START_OPTIONS="${START_OPTIONS} -c /usr/share/pdnsd/pdnsd-$AUTO_MODE.conf" > fi because you pass name of the file with "-c" option, which denotes config-file: > -c FILE or --config-file=FILE > specifies that configuration is to be read from FILE. > Default is /etc/pdnsd.conf. 3. according to syntax, which is the same as that of de-jure-config-file-of-the-pdnsd-package (/etc/pdnsd.conf) 4. according to its semantics and effect on pdnsd's behaviour, which are the same in corresponding $AUTO_MODE as that of the /etc/pdnsd.conf in "manual" $AUTO_MODE 5. according to .conf file extension of theirs As such, local changes to pdnsd-recurse.conf and pdnsd-resolvconf.conf MUST be preserved on upgrade and the files MUST be placed in /etc subtree. That's what The Debian Policy says. P.S. Christian, what's your opinion on the issue? -- With best regards, xrgtn (+380501102966/+380636177128/xr...@jabber.kiev.ua) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org