Mercurial > crates > nonstick
diff libpam-sys/libpam-sys-consts/build.rs @ 173:46e8ce5cd5d1
Miscellaneous doc and code cleanups.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 29 Jul 2025 16:52:32 -0400 |
parents | 09dff285ff5e |
children |
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-consts/build.rs Fri Jul 25 21:02:53 2025 -0400 +++ b/libpam-sys/libpam-sys-consts/build.rs Tue Jul 29 16:52:32 2025 -0400 @@ -27,8 +27,8 @@ panic!( "unknown PAM implementation {val:?}. \ valid LIBPAMSYS_IMPLs are {:?}, \ - {INSTALLED:?} to use the OS default, \ - or unset to detect", + {INSTALLED:?} to use the currently-installed version, \ + or unset to use the OS default", PamImpl::items() ) })),