Package: pluxml / 5.3.1-2

Metadata

Package Version Patches format
pluxml 5.3.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
move configuration to etc.patch | (download)

config.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use a configuration directory in /etc
 In regular installations, PluXml stores its configuration in
 data/configuration. This patch makes it look in /etc/pluxml instead to
 respect the Filesystem Hierarchy Standard.
 .
 PLX_CONFIG_PATH is relative to PLX_ROOT='/usr/share/pluxml'; clinbing
 directories up to / is a bit ugly but far easier than patching all the files
 that use it to remove the PLX_ROOT prefix.