summaryrefslogtreecommitdiff
path: root/sysutils/wbm-time/patches/patch-ab
blob: c8580ff9dba6778100ee9c9cd0b292ec37de38b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.1 2006/05/19 17:14:53 jlam Exp $

--- uninstall.pl.orig	Tue Apr  4 23:16:15 2006
+++ uninstall.pl
@@ -5,14 +5,12 @@ require 'time-lib.pl';
 
 sub module_uninstall
 {
-if ($config{'sched_mode'}) {
 	# Scheduled checking is enabled .. remove the cron job
 	&foreign_require("cron", "cron-lib.pl");
 	$job = &find_cron_job();
 	if ($job) {
 		&cron::delete_cron_job($job);
 		}
-	}
 }
 
 1;