From 09f64f6a4bc6f3be0db5fa0d9fe3fc19e1bc6517 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 4 Sep 2015 15:30:45 +0530 Subject: [PATCH] tor: Disable APT transport when Tor is disabled - To make sure that APT is not unusable. --- actions/tor | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/tor b/actions/tor index 4178a5904..91815cbb0 100755 --- a/actions/tor +++ b/actions/tor @@ -99,6 +99,7 @@ def subcommand_enable(_): def subcommand_disable(_): """Disable and stop the service.""" + subcommand_disable_apt_transport_tor(_) action_utils.service_disable('tor')