On l�r, 2003-09-13 at 00:24, Tom Collins wrote: > On Friday, September 12, 2003, at 07:38 AM, Martin Dalum wrote: > > I noticed that the danish translation was somewhat lacking. Therefore I > > have updated it rather much so now everything is translated. I have > > also > > changed some things to make them more understandable and to fix some > > spelling etc. The file is attached. > > Thanks. It's in the CVS repository, and will be a part of the 1.0.28 > release.
Thanks... > > While doing this I noticed a couple of other things: > > > > 1. When adding a subj. prefix to a mailing list trailing "]"-chars are > > removed. > > That's correct. It isn't clear in the interface, but the subject > prefix will always be enclosed in square brackets, so the code strips > them off before saving the prefix. OK.. Then let me invert the bug report: A "[" in the start of the prefix is not removed. :-) > > 2. The install target in the Makefile (at least on my debian unstable > > system) executes the install-exec-local target before the > > install-data-local target and thus it makes a chmod -R 755 after > > setting > > the s-bits on cgi-bin/qmailadmin. This removes the s-bits again and has > > the nasty effect of not being able to log into qmailadmin. > > cgi-bin/qmailadmin isn't usually inside htmllibdir. What does your > directory structure for qmailadmin look like? Here's my directory structure: /pack/qmailadmin /pack/qmailadmin/current -> 1.0.27 /pack/qmailadmin/1.0.6 /pack/qmailadmin/1.0.6/html /pack/qmailadmin/1.0.6/html/images /pack/qmailadmin/1.0.6/html/images/qmailadmin /pack/qmailadmin/1.0.6/cgi-bin /pack/qmailadmin/1.0.27 /pack/qmailadmin/1.0.27/html /pack/qmailadmin/1.0.27/lang /pack/qmailadmin/1.0.27/images /pack/qmailadmin/1.0.27/cgi-bin I don't consider this structure as odd. This is how I install almost all my software. Anyways.. IMO, no matter how you chose to install your software the install target shouldn't break like this. Regards from, Martin Dalum
