diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-04 21:29:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-04 21:29:36 +0200 |
| commit | 82fed020081cc0dde052594639aaf68e105865c6 (patch) | |
| tree | b5ff64c3f9444d06f1d345c138d340e46654d56d /debian | |
| parent | 60a5a48fd57ca0708dfe585c8d6c24c96fc5c183 (diff) | |
| parent | 1e4be728442a782e3dbfaa877104e879c9022f61 (diff) | |
| download | vyos-1x-82fed020081cc0dde052594639aaf68e105865c6.tar.gz vyos-1x-82fed020081cc0dde052594639aaf68e105865c6.zip | |
Merge pull request #5253 from alexandr-san4ez/T8346-rolling
password-reset: T8346: Fix password recovery when only `plaintext-password` is set
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d3333e088..7edd692f4 100644 --- a/debian/control +++ b/debian/control @@ -123,6 +123,11 @@ Depends: wide-dhcpv6-client, # Generic colorizer grc, +# The package "whois" contains both a whois database client +# that end users can find useful, +# and the "mkpasswd" utility we use for generating hashed passwords +# in the standalone password reset script + whois, ## End of System services and utilities ## For the installer fdisk, |
