MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000022Copfilter-V1CLI (cron, scripting)public2008-09-10 20:482013-05-14 02:14
Reporterkaresmakro 
Assigned ToSeverus 
PrioritynormalSeverityfeatureReproducibilityalways
StatusfeedbackResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000022: Sprachauswahl der Fehlerseiten
Description# Path to template files.
#
# Default:
# TEMPLATEPATH /usr/local/etc/havp/templates/en
TEMPLATEPATH /var/log/copfilter/default/opt/havp/etc/templates/de

hier würde ich mir wünschen, dass die Sprache der COP-Installation geladen wird. (unter anderem auch darum, weil ich die Fehlermeldungs-Seiten im URL-Filter Design verwende und diese im DE-Verzeichniss liegen)
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000065)
Severus (administrator)
2013-05-14 02:14

Add to setup_util the code lines

cp -pf $BASEDIR/opt/havp/etc/havp.config /tmp/
cat $BASEDIR/opt/havp/etc/havp.config | sed -e 's/.*TEMPLATEPATH.*\/var\/log\/copfilter\/default\/opt\/havp\/etc\/templates\/.*/TEMPLATEPATH \/var\/log\/copfilter\/default\/opt\/havp\/etc\/templates\/'${LANGUAGE}'/' > /tmp/havp.config
mv -f /tmp/havp.config $BASEDIR/opt/havp/etc/havp.config

- Issue History
Date Modified Username Field Change
2013-04-09 20:22 FischerM Project @4@ => Copfilter
2013-04-09 20:22 FischerM Category Framework => General
2013-04-10 18:59 FischerM Project Copfilter => Copfilter-V1
2013-04-10 18:59 FischerM Assigned To mm8824 =>
2013-04-10 18:59 FischerM Category General => CLI (cron, scripting)
2013-04-10 18:59 FischerM Product Version 200809032302 =>
2013-05-14 02:14 Severus Note Added: 0000065
2013-05-14 02:14 Severus Assigned To => Severus
2013-05-14 02:14 Severus Status confirmed => feedback


Copyright © 2000 - 2013 MantisBT Team
Powered by Mantis Bugtracker