diff options
author | erkin <me@erkin.party> | 2023-01-18 19:10:50 +0300 |
---|---|---|
committer | erkin <me@erkin.party> | 2023-01-18 19:10:50 +0300 |
commit | 3d57999aae0117055921f085ad07d79ba10c4e10 (patch) | |
tree | 77498353ebdb85d6686b18ee027c0fd113e018f8 /etc | |
parent | 4448d944c3cb6a47692119c8f1e8442e82316183 (diff) | |
download | vyatta-cfg-3d57999aae0117055921f085ad07d79ba10c4e10.tar.gz vyatta-cfg-3d57999aae0117055921f085ad07d79ba10c4e10.zip |
loadkey: T3506: Remove (what remains of) loadkey
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bash_completion.d/vyatta-cfg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index eb07616..b24055a 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -230,19 +230,6 @@ vyatta_loadsave_complete() eval $restore_shopts } -vyatta_config_loadkey() -{ - echo "Warning: The obsolete 'loadkey' command has been phased out." - echo "Instead, use the op-mode command 'generate public-key-command' to generate commands for manual addition:" - echo '$ generate public-key-command name <username> path <path-or-url>' - echo -} - -vyatta_loadkey_complete() -{ - true -} - print_commit_log () { local -a array |