From: Dragan Dosen Date: Sun, 6 Apr 2008 18:18:16 +0000 (+0200) Subject: debian/postinst - added 'chmod 644' for ini file; after mktemp X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php4-cn.git;a=commitdiff_plain;h=9586cc79c746b636607170bd0c80180f7716ad09 debian/postinst - added 'chmod 644' for ini file; after mktemp (line 201) and cp_mv. --- diff --git a/debian/postinst b/debian/postinst index 5fca481..d24ad5d 100755 --- a/debian/postinst +++ b/debian/postinst @@ -216,6 +216,7 @@ for SAPI in apache2 cli; do need_restart=1 fi cp_mv "$ini_file_tmp" "$ini_file" + chmod 644 "$ini_file" if [ -e "$ini_file_tmp" ]; then rm -f "$ini_file_tmp"