From 655fb09c16cfa164fb4f47c0107c1d6fece36e96 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 11 Jul 2013 17:31:05 -0400 Subject: Import patches-unapplied version 1.3.2-0ubuntu3 to ubuntu/saucy-proposed Imported using git-ubuntu import. Changelog parent: 6cf5a13dd65bc0abf70a3874f11d5b61b26dce2b New changelog entries: [ Ben Howard ] * debian/patches/config_for_cloud-init.patch: Modified configuration to disable provisioning functions. walinuxagent for Ubuntu should now be used with Cloud-init. * debian/postinst: Don't overwrite existing /etc/waagent.conf agent configuration on install or upgrade. * debian/upstart: start later in boot, avoiding race conditions with cloud-init. [ Scott Moser ] * debian: wrap and sort directory * debian/patches/no_udev_rule_removal.patch: remove 000 prefix in file name. No need for numbering in filenames when we have patches/series. --- debian/upstart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/upstart') diff --git a/debian/upstart b/debian/upstart index 780f19d..4ba35bc 100644 --- a/debian/upstart +++ b/debian/upstart @@ -1,7 +1,7 @@ description "Windows Azure Linux agent" author "Ben Howard " -start on mounted MOUNTPOINT=/ +start on runlevel [2345] stop on runlevel [!2345] pre-start script -- cgit v1.2.3