]> code.citadel.org Git - citadel.git/blobdiff - citadel/debian/citadel-server.postinst
* purged existance of the unixlogin package, as we decide that in the postinst progre...
[citadel.git] / citadel / debian / citadel-server.postinst
index d9cb9422b4d9a808a9d24bbe20f1f938b2125d88..51276284fcfafb3fea3ab50329a7aaf4d728a5e4 100644 (file)
@@ -156,6 +156,8 @@ case "$1" in
 
     ### done! now we'll just clear up our cruft.
     #rm -f $tempfile
+        chown root:root /usr/sbin/chkpwd
+        chmod 4755 /usr/sbin/chkpwd
 
        db_get citadel/Administrator && admin="$RET"
        db_get citadel/ServerIPAddress && ip_addr="$RET"