diff options
author | hydrajump <wave@hydrajump.com> | 2014-05-06 21:35:24 +0200 |
---|---|---|
committer | hydrajump <wave@hydrajump.com> | 2014-05-06 21:35:24 +0200 |
commit | aa44239b2ffc35f547c384e7604353015f114f23 (patch) | |
tree | 790e911b9dfccf27ea15f837211dfe91d6128a6a /debian | |
parent | 87803101a8636a19cc37b00059252971851f7354 (diff) | |
download | vyatta-cfg-system-aa44239b2ffc35f547c384e7604353015f114f23.tar.gz vyatta-cfg-system-aa44239b2ffc35f547c384e7604353015f114f23.zip |
Revert to state before add-aws-ami-support
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 4a690fa8..fde99041 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -211,14 +211,6 @@ done # add vyatta-config-reboot-params to start at boot up update-rc.d vyatta-config-reboot-params start 20 S -# Enable ec2-fetch-ssh-public-key init script -if [ -f /opt/vyatta/etc/config/.aws ]; then - update-rc.d ec2-fetch-ssh-public-key defaults - - # Remove temp. file from install-image-existing L50 - rm /opt/vyatta/etc/config/.aws -fi - # Local Variables: # mode: shell-script # sh-indentation: 4 |