diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-12-20 11:39:46 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-12-20 11:39:46 -0500 |
commit | 27e88fe213b0a3505ca565cae63d7d7124b7f969 (patch) | |
tree | 378612fbca7362182ffcfd5e22de1a4cf35dddbf /debian.trunk/rules | |
parent | cc915378bd187c8db63b6c65b2e9c7510b8578f6 (diff) | |
download | vyos-cloud-init-27e88fe213b0a3505ca565cae63d7d7124b7f969.tar.gz vyos-cloud-init-27e88fe213b0a3505ca565cae63d7d7124b7f969.zip |
replace cloud-init-run-module with cloud-init-per
This replaces cloud-init-run-module (which was probably rarely or never used)
with 'cloud-init-per' which does basically the same thing, but doesn't
support "modules".
Diffstat (limited to 'debian.trunk/rules')
-rwxr-xr-x | debian.trunk/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian.trunk/rules b/debian.trunk/rules index 200b7abb..95bff792 100755 --- a/debian.trunk/rules +++ b/debian.trunk/rules @@ -14,6 +14,7 @@ cloud-init-fixups: for x in $(DEB_DESTDIR)/usr/bin/*.py; do mv "$$x" "$${x%.py}"; done install -d $(DEB_DESTDIR)/etc/rsyslog.d cp tools/21-cloudinit.conf $(DEB_DESTDIR)/etc/rsyslog.d/21-cloudinit.conf + ln -sf cloud-init-per $(DEB_DESTDIR)/usr/bin/cloud-init-run-module # You only need to run this immediately after checking out the package from # revision control. |