summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:03:57 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:03:57 +0300
commita59c7d7a230367a52b42948db03ea6ab0d4c6f75 (patch)
tree9448833ed692c4fbd7fb57e0a0a738efdf9d6652
parent8d695558773bf49947917aa3267f1cca480d8eb3 (diff)
downloadlibpam-radius-auth-a59c7d7a230367a52b42948db03ea6ab0d4c6f75.tar.gz
libpam-radius-auth-a59c7d7a230367a52b42948db03ea6ab0d4c6f75.zip
general: T8595: clean leaked internal references
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index e31de38..1461a16 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -13,10 +13,10 @@ VyOS fork of the upstream `pam_radius_auth` PAM module — turns any host into a
## Build / test / run
```sh
-autoreconf -i # generate ./configure from configure.ac
+autoreconf -i # generate./configure from configure.ac
./configure
make
-dpkg-buildpackage -us -uc # produces vyos-libpam-radius-auth + vyos-radius-shell .debs
+dpkg-buildpackage -us -uc # produces vyos-libpam-radius-auth + vyos-radius-shell.debs
```
No in-tree test runner. Configuration lives at `pam_radius_auth.conf`; man pages at `pam_radius_auth.5`/`.8`, `radius_shell.8`.