feat(profiles): ensure we use {m,g,}awk instead of awk.

This commit is contained in:
Alexandre Pujol 2025-06-19 23:27:34 +02:00
parent be62e5186f
commit 27907e5a17
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 7 additions and 8 deletions

View file

@ -41,7 +41,7 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
@{bin}/chown rix,
@{bin}/chronyc rPUx,
@{bin}/date rix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/{,e}grep rix,
@{bin}/id rix,
@{sbin}/invoke-rc.d rCx -> invoke-rc,

View file

@ -19,7 +19,7 @@ profile rads @{exec_path} {
@{bin}/cat rix,
@{bin}/chvt rix,
@{bin}/free rix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/{,e}grep rix,
@{bin}/mkdir rix,
@{bin}/rm rix,