From 2e2ea7fad9d9cd1b67541751ce7fe1218ce28b58 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Fri, 19 Feb 2010 10:35:47 +0000 Subject: [PATCH] unbreak the FRS if gforge-ftp-proftpd is not installed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (as IMHO the FTP protocol should’ve died long ago anyway) --- gforge/debian/dsf-in/web-apache2.postinst.dsfh-in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gforge/debian/dsf-in/web-apache2.postinst.dsfh-in b/gforge/debian/dsf-in/web-apache2.postinst.dsfh-in index 90b6d7cbb4..8fb77378ff 100644 --- a/gforge/debian/dsf-in/web-apache2.postinst.dsfh-in +++ b/gforge/debian/dsf-in/web-apache2.postinst.dsfh-in @@ -73,6 +73,9 @@ case "$1" in db_stop + # Setup our FRS + chown www-data:www-data /var/lib/@OLDPACKAGE@/download + # Enable required modules DEBIAN_FRONTEND=noninteractive a2enmod php5 || true DEBIAN_FRONTEND=noninteractive a2enmod ssl || true -- 2.30.2