diff options
author | John Estabrook <jestabro@vyos.io> | 2020-12-30 10:40:14 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-12-30 11:56:39 -0600 |
commit | d0063d8c9972b673a00b4cea87cc22269e675415 (patch) | |
tree | e3252f1937a988596607ac542477d388b06aa2ad /debian/vyatta-cfg-system.postinst.in | |
parent | 4bc5dabe46fffc2edd5bdbda27f020ed1a2bfc33 (diff) | |
download | vyatta-cfg-system-d0063d8c9972b673a00b4cea87cc22269e675415.tar.gz vyatta-cfg-system-d0063d8c9972b673a00b4cea87cc22269e675415.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 |