Codebase list openssl / f9f1b41
Change debconf restart message for upgrades to 0.9.8-3. Kurt Roeckx 18 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * Add italian debconf templates. Thanks to Luca Monducci.
33 (Closes: #350249)
4 * Change the debconf question to use version 0.9.8-3
5 instead of 0.9.8-1, since that's the last version
6 with a security fix.
47
58 -- Kurt Roeckx <kurt@roeckx.be> Sat, 28 Jan 2006 13:39:54 +0100
69
5454 if [ "$1" = "configure" ]
5555 then
5656 if [ ! -z "$2" ]; then
57 if dpkg --compare-versions "$2" lt 0.9.8-1; then
57 if dpkg --compare-versions "$2" lt 0.9.8-3; then
5858 echo -n "Checking for services that may need to be restarted..."
5959
6060 check="sendmail ssh"
131131 echo
132132 fi
133133 fi
134 fi # end upgrading and $2 lt 0.9.8-1
134 fi # end upgrading and $2 lt 0.9.8-3
135135 fi # Upgrading
136136 fi
137137