From 61d290c124aa65c9ad2edd183617b92660f92289 Mon Sep 17 00:00:00 2001 From: daniel <daniel@ispconfig3> Date: Sun, 08 Jun 2008 13:14:01 -0400 Subject: [PATCH] Modified install / update to copy over jailkit configs Included jailkit config templates Added bash.bashrc and motd templates to copy over for for chroot system Updated ispconfig vhost to include php fastcgi configs if fastcgi is enabled. What if the module is loaded too ? TODO: jailkit chroot is still not loading the modified motd in /etc/motd and /var/run/motd ?? --- install/update.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/install/update.php b/install/update.php index 06961a0..3095b04 100644 --- a/install/update.php +++ b/install/update.php @@ -134,7 +134,11 @@ if($reconfigure_services_answer == 'yes') { //** Configure postfix $inst->configure_postfix('dont-create-certs'); - + + //* Configure postfix + swriteln('Configuring Jailkit'); + $inst->configure_jailkit(); + //** Configure saslauthd swriteln('Configuring SASL'); $inst->configure_saslauthd(); -- Gitblit v1.9.1