changeset 413:5c5f5da4da9a

core/util-linux: enable sulogin
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 12:34:38 +0200
parents c861dd7c54e2
children 48d3f766b81a
files core/util-linux/util-linux.sh
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core/util-linux/util-linux.sh	Thu Apr 04 20:11:00 2019 +0200
+++ b/core/util-linux/util-linux.sh	Thu Apr 04 12:34:38 2019 +0200
@@ -83,7 +83,7 @@
 	tar xvaf $PKGNAME-$PKGVERSION.tar.xz
 	pushd $PKGNAME-$PKGVERSION
 
-	# chfn, chsh, login, nologin, su, sulogin, vipw, vigr are provided by shadow.
+	# chfn, chsh, login, nologin, su, vipw, vigr are provided by shadow.
 	CC="$CC" \
 	CFLAGS="$CFLAGS" \
 	LDFLAGS="$LDFLAGS" \
@@ -98,7 +98,6 @@
 		--disable-login \
 		--disable-nologin \
 		--disable-su \
-		--disable-sulogin \
 		--disable-vipw \
 		--enable-shared \
 		--enable-usrdir-path \