Le mercredi 20 décembre 2006 à 23:13 +0100, Stefan Hornburg (Racke) a écrit : > Jean Charles Delepine wrote: > > Package: sympa > > Version: 5.2.3-0.5 > > Severity: normal > > Tags: patch > > > > > > # grep ^syslog /etc/sympa/sympa.conf > > syslog LOCAL1 > > # grep sympa /etc/syslog.conf > > local0.* /var/log/sympa.log > > > > You might : > > > > * modify debian/sympa_wizard.pl to use LOCAL0 (problem if already used) > > > > * Return to the firsts debian package and use > > syslog = `cat /etc/sympa/facility` > > What happens if the user has installed syslog-ng ? > > Bye > Racke
That does'nt change so much for the pure sympa configuration... but for the /etc/syslog-ng/syslog-ng.conf you should have to modify these lines... destination df_sympa { file("/var/log/sympa.log"); }; filter f_local1 { facility(local1); }; # local1.* /var/log/sympa.log log { source(s_all); filter(f_local1); destination(df_sympa); }; JY, who use a manual install of sympa on his "sarge"... because version 5.2 is very much an improvement towards 4.1 version. (unicode support was one of my problem if I remember correctly). Thanks for Jean-Charles to provide patchs, perhaps on the long run it will pay. As always, you have to make evidence that you know what to do... but I think you are on the good way to convince Stefan that you can help him on the maintenance of this package. Regards, -- Jean-Yves LENHOF Tél. Portable : 06 09 39 96 49 [EMAIL PROTECTED]