2025-08-26 04:41:14 +03:00
|
|
|
shadow 4.17.4
|
|
|
|
|
=
|
|
|
|
|
https://github.com/shadow-maint/shadow/releases/download/4.17.4/shadow-4.17.4.tar.xz
|
|
|
|
|
|
|
|
|
|
``` sh *** build ***
|
|
|
|
|
./configure --prefix=/pkg/gnu/shadow && make -j$(nproc) && make install
|
|
|
|
|
```
|
|
|
|
|
|
2025-11-18 19:46:36 +03:00
|
|
|
``` sh *** config ***
|
|
|
|
|
chmod u+s /pkg/gnu/bin/su
|
|
|
|
|
echo '/bin/bash\n/bin/zsh' > /etc/shells
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-26 04:41:14 +03:00
|
|
|
``` cfg *** build deps ***
|
|
|
|
|
linux-pam
|
|
|
|
|
libbsd
|
|
|
|
|
```
|