diff options
author | John Estabrook <jestabro@vyos.io> | 2020-12-30 10:40:14 -0600 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-01-04 18:10:36 +0200 |
commit | 46f7aca3e98472c15f37c74d4097fd5e97542cda (patch) | |
tree | 3103c3b47a7cc8e4a8242d3fbcdf3afeebdefc92 /debian/vyatta-cfg-system.postinst.in | |
parent | 495bc2cffc1bf4d6b59796b8a1cefe6838352418 (diff) | |
download | vyatta-cfg-system-46f7aca3e98472c15f37c74d4097fd5e97542cda.tar.gz vyatta-cfg-system-46f7aca3e98472c15f37c74d4097fd5e97542cda.zip |
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.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |