Re: Creating custom deb package with conffiles overrides

2006-08-31 Thread Thibaut Paumard
Le mercredi 30 août 2006 à 15:39 -0700, Atle Veka a écrit : > On Wed, 30 Aug 2006, Thibaut Paumard wrote: > > > I am trying to create a custom configuration package which among > > > other things installs an snmpd.conf into /etc/snmp/. Is there a way in my > > > package declaration to tell apt to

Re: Creating custom deb package with conffiles overrides

2006-08-30 Thread Atle Veka
On Wed, 30 Aug 2006, Thibaut Paumard wrote: > Le mercredi 30 août 2006 à 11:37 -0700, Atle Veka a écrit : > > Hi, > > I am trying to create a custom configuration package which among > > other things installs an snmpd.conf into /etc/snmp/. Is there a way in my > > package declaration to tel

Re: Creating custom deb package with conffiles overrides

2006-08-30 Thread Thibaut Paumard
Le mercredi 30 août 2006 à 11:37 -0700, Atle Veka a écrit : > Hi, > I am trying to create a custom configuration package which among > other things installs an snmpd.conf into /etc/snmp/. Is there a way in my > package declaration to tell apt to override the previously installed snmpd > packa

Creating custom deb package with conffiles overrides

2006-08-30 Thread Atle Veka
Hi, I am trying to create a custom configuration package which among other things installs an snmpd.conf into /etc/snmp/. Is there a way in my package declaration to tell apt to override the previously installed snmpd package that "owns" /etc/snmp/snmpd.conf? Or should I be going about this