summaryrefslogtreecommitdiff
path: root/system/util-linux
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 05:45:36 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 05:45:36 +0000
commit836dabbd26429efa56395a225eefccc30bbf3bd5 (patch)
treeabce5f68e5fddad69a10aa7c75862787156c2f73 /system/util-linux
parent997dca9bbd189d64d1a8560d0377377d4f163927 (diff)
downloadpackages-836dabbd26429efa56395a225eefccc30bbf3bd5.tar.gz
packages-836dabbd26429efa56395a225eefccc30bbf3bd5.tar.bz2
packages-836dabbd26429efa56395a225eefccc30bbf3bd5.tar.xz
packages-836dabbd26429efa56395a225eefccc30bbf3bd5.zip
system/util-linux: disable chfn and chsh as they conflict with shadow
Diffstat (limited to 'system/util-linux')
-rw-r--r--system/util-linux/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/util-linux/APKBUILD b/system/util-linux/APKBUILD
index f2a1e4a85..182e27176 100644
--- a/system/util-linux/APKBUILD
+++ b/system/util-linux/APKBUILD
@@ -52,6 +52,7 @@ build() {
--disable-login \
--disable-sulogin \
--disable-su \
+ --disable-chfn-chsh \
--without-python
make
}