Package: ntp-server Version: 1:4.2.0a+stable-8 Severity: serious ObJustification: installation of ntp-server into a clean/buildd chroot kills ntpd in base
25 # There's also the problem of spurious ntpd server processes, 26 # caused by the old (buggy) script in /etc/init.d whic fail to 27 # properly shutdown the server sometimes. 28 # Thus, we just kill all servers off here. This is not very nice, 29 # but unfortunately it's necessary. :-/ 30 if [ "$1" = "install" ] || dpkg --compare-versions "$2" lt 1:4.2.0a-10 31 then 32 killall ntpd || true 33 fi This triggers when "$2" is blank, please either use 'lt-nl' or something else that doesn't trigger on fresh/new installs. -- James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]