summaryrefslogtreecommitdiff
path: root/debian/patches/000_use_package_upstart.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/000_use_package_upstart.patch')
-rw-r--r--debian/patches/000_use_package_upstart.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/000_use_package_upstart.patch b/debian/patches/000_use_package_upstart.patch
deleted file mode 100644
index dce93cd..0000000
--- a/debian/patches/000_use_package_upstart.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/waagent
-+++ b/waagent
-@@ -2242,11 +2242,8 @@ def Install():
- Warn("Moved " + a + " -> " + LibDir + "/" + GetLastPathElement(a) )
-
- if IsUbuntu():
-- # Support for Ubuntu's upstart configuration
-- filename="waagent.conf"
-- filepath = "/etc/init/" + filename
-- SetFileContents(filepath, Init_Ubuntu)
-- os.chmod(filepath, 0644)
-+ # Use the Ubuntu packaged upstart job.
-+ Log("Using Ubuntu packaged upstart job. Skipping upstart installation")
-
- else:
- # Regular init.d configurations