* we don't need to chown chkpwd anymore.
authorWilfried Göesgens <willi@citadel.org>
Sat, 7 Jul 2007 08:57:14 +0000 (08:57 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 7 Jul 2007 08:57:14 +0000 (08:57 +0000)
citadel/debian/citadel-server.postinst

index 2f4d517d46978cc7ac5099e924a90022c8c203eb..b14199e5ba8883504688e7cbbf0973e9328a1bf1 100644 (file)
@@ -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"