shadow rebuild

This commit is contained in:
Rmys
2021-02-18 17:29:23 +03:00
committed by GitHub
parent b2e77007ac
commit dc5d48fc89
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs")
autotools.configure("--enable-shadowgrp \
--without-selinux \
--without-audit \
@@ -17,7 +18,6 @@ def setup():
--with-libpam \
--with-sha-crypt \
--enable-nls \
--disable-account-tools-setuid \
--with-group-name-max-length=32 \
--disable-shared")
def build():