View Issue Details

IDProjectCategoryView StatusLast Update
0000123SOGoBackend Generalpublic2009-08-31 12:52
Reportertarjei Assigned Toludovic  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionno change required 
Product Version1.0.4 
Fixed in Version1.1.0 
Summary0000123: Sogo should move prefork setting out of /etc/init.d/sogod script
Description

Instead of having the prefork setting in the sogod script, I suggest you create file in /etc/default (for debian) and /etc/sysconfig/ on RH systems that you source into the initscript.

This makes sure that you do not break multiprocess installations during upgrades.

TagsNo tags attached.

Activities

ludovic

ludovic

2009-08-31 12:52

administrator   ~0000109

It's already the case, the init script has:

if [ -f /etc/sysconfig/sogo ]; then
. /etc/sysconfig/sogo
fi

Issue History

Date Modified Username Field Change
2009-08-31 09:21 tarjei New Issue
2009-08-31 12:52 ludovic Note Added: 0000109
2009-08-31 12:52 ludovic Status new => resolved
2009-08-31 12:52 ludovic Fixed in Version => 1.1.0
2009-08-31 12:52 ludovic Resolution open => no change required
2009-08-31 12:52 ludovic Assigned To => ludovic