summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhydrajump <wave@hydrajump.com>2014-05-06 21:35:24 +0200
committerDaniil Baturin <dmbaturin@squeeze32devel.multi.eu>2014-06-16 12:55:36 +0200
commit858fccfc8e48d3da7379a42b048db7719b21fdad (patch)
tree530123ce7cc8f0c00fb743630d83f89762a1b0a0
parent873bb3a87a4653e36f414a819881abf244c64b79 (diff)
downloadvyatta-cfg-system-858fccfc8e48d3da7379a42b048db7719b21fdad.tar.gz
vyatta-cfg-system-858fccfc8e48d3da7379a42b048db7719b21fdad.zip
Revert to state before add-aws-ami-support
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in8
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