On Tue, Feb 27, 2007 at 08:07:16PM +0100, Kurt Roeckx wrote: > > So, > > I'm thinking about running this during upgrade: > update-rc.d -f ntp-server remove
Which we already do: # Disable configuration files of predecessor package. if [ -n "$2" ] && dpkg --compare-versions "$2" lt 1:4.2.2+dfsg-1; then [...] update-rc.d -f ntp-server remove fi Neil, Can you check which versions of ntp you had installed so far? Did you ever had 1:4.2.2+dfsg-1 installed? This was added in 1:4.2.2+dfsg.2-1, but it probably should have said "le" instead of "lt". Maybe we should change it to "le 1:4.2.2.p4+dfsg-1". kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]