aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared/TimeZone.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-03-26 09:56:25 +0100
committerAngelo Naselli <anaselli@linux.it>2015-03-26 09:56:25 +0100
commit60e6aab6daad6f62417eebcd905499080246edce (patch)
tree21cab4bf99ffcf35ae5a7dc17f9570afb1bb04cf /lib/ManaTools/Shared/TimeZone.pm
parent039adb66977dc7b3b9beace1680c602bf7ad67bb (diff)
downloadcolin-keep-60e6aab6daad6f62417eebcd905499080246edce.tar
colin-keep-60e6aab6daad6f62417eebcd905499080246edce.tar.gz
colin-keep-60e6aab6daad6f62417eebcd905499080246edce.tar.bz2
colin-keep-60e6aab6daad6f62417eebcd905499080246edce.tar.xz
colin-keep-60e6aab6daad6f62417eebcd905499080246edce.zip
Managed the case in which no NTP is installed, as a warning by now
Diffstat (limited to 'lib/ManaTools/Shared/TimeZone.pm')
-rw-r--r--lib/ManaTools/Shared/TimeZone.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ManaTools/Shared/TimeZone.pm b/lib/ManaTools/Shared/TimeZone.pm
index 9aa7ef2..685a87b 100644
--- a/lib/ManaTools/Shared/TimeZone.pm
+++ b/lib/ManaTools/Shared/TimeZone.pm
@@ -152,8 +152,6 @@ has 'ntp_program' => (
sub _ntp_program_init {
my $self = shift;
- $DB::single = 1;
-
# looks for a running service from the configured ones,
# if none is running chooses the first of the list
my $list = $self->ntpServiceList();