From 9586cc79c746b636607170bd0c80180f7716ad09 Mon Sep 17 00:00:00 2001 From: Dragan Dosen Date: Sun, 6 Apr 2008 20:18:16 +0200 Subject: [PATCH] debian/postinst - added 'chmod 644' for ini file; after mktemp (line 201) and cp_mv. --- debian/postinst | 1 + 1 file changed, 1 insertion(+) 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" -- 1.7.10.4