This fixes the simple mistake in the code that made the cancel button
in debconf not work properly...
diff -uri uptimed-0.3.16/debian/uptimed.config
uptimed-0.3.16-fix-debconf-back//debian/uptimed.config
--- uptimed-0.3.16/debian/uptimed.config 2011-08-04 11:32:25.000000000
+0200
+++ uptimed-0.3.16-fix-debconf-back//debian/uptimed.config 2011-08-04
11:55:34.000000000 +0200
@@ -57,8 +57,9 @@
input('medium', 'uptimed/mail/milestones_info');
($state == 5) && input('low', 'uptimed/interval');
- go;
- if($? == 30) {
+ my @ret = go;
+
+ if($ret[0] == 30) {
$state -= 1;
} else {
$state += 1;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]