From d0063d8c9972b673a00b4cea87cc22269e675415 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 30 Dec 2020 10:40:14 -0600 Subject: migration: T3161: remove scripts ec2-vyos-init, ec2-check.pl These scripts have been superseded by the cloud-init tools, and contain legacy references to XorpConfigParser.pm (via vyatta-cfg/scripts/vyatta-load-config.pl, via ConfigLoad.pm), which one would like to retire. --- debian/vyatta-cfg-system.postinst.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 53d60f40..be73a3ba 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -177,9 +177,6 @@ update-rc.d vyatta-config-reboot-params start 20 S # set vyos-intfwatchd to start at boot update-rc.d vyos-intfwatchd start 2345 -# set ec2-vyos-init to start on boot -update-rc.d ec2-vyos-init start 2345 - # Add radius operator user for radius users to map to if ! grep -q '^radius_user' /etc/passwd; then adduser --quiet --firstuid 1001 --disabled-login --ingroup users --gecos "radius user" --shell /bin/vbash radius_user -- cgit v1.2.3