From 50a24225c5b61d1a505cfdbd676158618b23b942 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Mon, 7 Dec 2015 16:48:51 -0700 Subject: disable-udev-rules-removal.patch No DEP3 Subject or Description header found Gbp-Pq: disable-udev-rules-removal.patch. --- azurelinuxagent/distro/ubuntu/osutil.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azurelinuxagent') diff --git a/azurelinuxagent/distro/ubuntu/osutil.py b/azurelinuxagent/distro/ubuntu/osutil.py index adf7660..4e9d51a 100644 --- a/azurelinuxagent/distro/ubuntu/osutil.py +++ b/azurelinuxagent/distro/ubuntu/osutil.py @@ -44,6 +44,9 @@ class Ubuntu14xOSUtil(DefaultOSUtil): def start_agent_service(self): return shellutil.run("service walinuxagent start", chk_err=False) + def remove_rules_files(self, *args): + return + class Ubuntu1204OSUtil(Ubuntu14xOSUtil): def __init__(self): super(Ubuntu1204OSUtil, self).__init__() -- cgit v1.2.3