Re: Dynamic configuration
Wichert Akkerman <wakkerma@cs.leidenuniv.nl> writes:
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: quoted-printable
>
> Previously Paolo Molaro wrote:
> > We need to remove stuff from the configuration database, just like
> > we remove config files with dpkg --purge.
>
> I'ld like to have dpkg do something like "dpkg-db purge <package>"
> instead, and force all packages to register their variables with
> dpkg-db. That should make it easier to keep track of everything in the
> database as well.
>
> Wichert.
Each package needs its own namespace, otherwise there will be
collisions between variable names. I opt for makeing every package a
container, so no aditional syntax or code must be added. dpkg-db purge
<package> could then easily remove the container.
May the Source be with you.
Goswin
Reply to: