diff options
author | hydrajump <wave@hydrajump.com> | 2014-05-06 21:35:24 +0200 |
---|---|---|
committer | Daniil Baturin <dmbaturin@squeeze32devel.multi.eu> | 2014-06-16 12:55:36 +0200 |
commit | 858fccfc8e48d3da7379a42b048db7719b21fdad (patch) | |
tree | 530123ce7cc8f0c00fb743630d83f89762a1b0a0 | |
parent | 873bb3a87a4653e36f414a819881abf244c64b79 (diff) | |
download | vyatta-cfg-system-858fccfc8e48d3da7379a42b048db7719b21fdad.tar.gz vyatta-cfg-system-858fccfc8e48d3da7379a42b048db7719b21fdad.zip |
Revert to state before add-aws-ami-support
-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 13055645..3ce8ee77 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -225,14 +225,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 |