mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
nscd service is now unscd
This commit is contained in:
parent
2009385bd6
commit
1ba0ae4172
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ do_post_regen() {
|
|||
regen_conf_files=$1
|
||||
|
||||
[[ -z "$regen_conf_files" ]] \
|
||||
|| sudo service nscd restart
|
||||
|| sudo service unscd restart
|
||||
}
|
||||
|
||||
FORCE=${2:-0}
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -17,7 +17,7 @@ Depends: ${python:Depends}, ${misc:Depends}
|
|||
, dnsutils, bind9utils, unzip, git, curl, cron
|
||||
, ca-certificates, netcat-openbsd, iproute
|
||||
, mariadb-server | mysql-server, php-mysql | php-mysqlnd
|
||||
, slapd, ldap-utils, sudo-ldap, libnss-ldapd, nscd
|
||||
, slapd, ldap-utils, sudo-ldap, libnss-ldapd, unscd
|
||||
, postfix-ldap, postfix-policyd-spf-perl, postfix-pcre, procmail
|
||||
, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved
|
||||
, dovecot-antispam, fail2ban
|
||||
|
|
Loading…
Add table
Reference in a new issue