mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
7 lines
97 B
Awk
7 lines
97 B
Awk
# expected-changes -1 +1
|
|
|
|
# LP: signer name
|
|
$3 == "LP" { $5 = toupper($5); }
|
|
|
|
# output
|
|
{ print }
|