Switch from Systemd to Enit
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: shadow
|
name: shadow
|
||||||
description: Password and account management tool suite
|
description: Password and account management tool suite
|
||||||
version: 4.14.5
|
version: 4.14.5
|
||||||
|
revision: 3
|
||||||
url: https://github.com/shadow-maint/shadow/
|
url: https://github.com/shadow-maint/shadow/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ HUSHLOGIN_FILE .hushlogin
|
|||||||
#
|
#
|
||||||
# (they are minimal, add the rest in the shell startup files)
|
# (they are minimal, add the rest in the shell startup files)
|
||||||
ENV_SUPATH PATH=/usr/sbin:/usr/bin
|
ENV_SUPATH PATH=/usr/sbin:/usr/bin
|
||||||
ENV_PATH PATH=/usr/bin
|
ENV_PATH PATH=/usr/sbin:/usr/bin
|
||||||
|
|
||||||
#
|
#
|
||||||
# Terminal permissions
|
# Terminal permissions
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ build() {
|
|||||||
touch "$BPM_OUTPUT"/usr/bin/passwd
|
touch "$BPM_OUTPUT"/usr/bin/passwd
|
||||||
./configure --sysconfdir=/etc \
|
./configure --sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--enable-logind=no \
|
||||||
--with-{b,yes}crypt \
|
--with-{b,yes}crypt \
|
||||||
--without-libbsd \
|
--without-libbsd \
|
||||||
--with-group-name-max-length=32
|
--with-group-name-max-length=32
|
||||||
|
|||||||
Reference in New Issue
Block a user