From: Wilfried Göesgens Date: Sat, 7 Jul 2007 08:57:14 +0000 (+0000) Subject: * we don't need to chown chkpwd anymore. X-Git-Tag: v7.86~3252 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=7eb54595dab2ff3f2675f03ef4c3c5489f4f035e;p=citadel.git * we don't need to chown chkpwd anymore. --- diff --git a/citadel/debian/citadel-server.postinst b/citadel/debian/citadel-server.postinst index 2f4d517d4..b14199e5b 100644 --- a/citadel/debian/citadel-server.postinst +++ b/citadel/debian/citadel-server.postinst @@ -16,11 +16,6 @@ case "$1" in chown -R citadel:citadel /etc/citadel chown -R citadel:citadel /var/lib/citadel /var/spool/citadel - # we're a bit paranoid here, - # because of this gave us many errors in the past. - chown root:root /usr/sbin/chkpwd - chmod 4755 /usr/sbin/chkpwd - db_get citadel/Administrator && admin="$RET" db_get citadel/ServerIPAddress && ip_addr="$RET" db_get citadel/LoginType && deb_enable_unix_auth="$RET"