diff --git a/pkg.info b/pkg.info index 6c4f263..6bd03d2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: shadow description: Password and account management tool suite version: 4.14.5 +revision: 3 url: https://github.com/shadow-maint/shadow/ license: BSD-3-Clause architecture: any diff --git a/source-files/login.defs b/source-files/login.defs index 0fc397d..5a5655e 100644 --- a/source-files/login.defs +++ b/source-files/login.defs @@ -159,7 +159,7 @@ HUSHLOGIN_FILE .hushlogin # # (they are minimal, add the rest in the shell startup files) ENV_SUPATH PATH=/usr/sbin:/usr/bin -ENV_PATH PATH=/usr/bin +ENV_PATH PATH=/usr/sbin:/usr/bin # # Terminal permissions diff --git a/source.sh b/source.sh index c77f8bd..3943df8 100644 --- a/source.sh +++ b/source.sh @@ -28,6 +28,7 @@ build() { touch "$BPM_OUTPUT"/usr/bin/passwd ./configure --sysconfdir=/etc \ --disable-static \ + --enable-logind=no \ --with-{b,yes}crypt \ --without-libbsd \ --with-group-name-max-length=32