On Thu, Oct 05, 2006 at 07:32:58AM +0200, Christian Perrier wrote:
> 
> What is the version in sarge?
> 

0.5.2-3

This note will theoritically be only displayed during a sarge->etch
upgrade.

> If the note is about warning users for possible problems, you might
> consider turning it into an "error" template...of course, only after
> appropriate checks in the config file. What is the current code to
> display it?

# Major upgrade (0.6.0)
if [ -n "$2" ] && dpkg --compare-versions "$2" lt 0.6.0-1
then
        db_input medium suphp-common/upgrade0.6.0 || true
        db_go || true
fi




I don't think I can check the config files as this is apache config
files (could use many includes), and it will not be usefull, as this
configuration option didn't exists before, so users will add it after
upgrade. I just need to warn them to add it soon after upgrade, if they
don't do so, suphp will not work anymore.

> 
> Also, what is the current wording of the template (I'm not online now
> so can't download the source to check)?
> 


Template: suphp-common/upgrade0.6.0
Type: note
_Description: A new directive (suPHP_AddHandler) is now required
 This new release introduce a runtime configuration file 
(/etc/suphp/suphp.conf) and
 a new configuration option for apache/apache2.
 .
 You must now add the following line in your apache/apache2
 configuration to make suphp active for php scripts:
 .
    suPHP_AddHandler x-httpd-php



Thanks for your help :)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to