What | Removed | Added |
---|---|---|
CC | freek@opensuse.org, wolfgang@rosenauer.org | |
Flags | needinfo?(freek@opensuse.org) |
I just reviewed the source package and I cannot really see what you are describing. In the spec all directories are still set up as %{_localstatedir}/spool/amavis amavis.service has WorkingDirectory=/var/spool/amavis/tmp The spec also still contains this for i in $(find -maxdepth 1 -name "amavisd*" | sed s#./##); do if [[ $i == *patch ]] ; then continue; fi if [[ $i == *patch ]] ; then continue; fi if [[ $i == *spec ]] ; then continue; fi echo "patching file $i" sed -i "s|^# \$MYHOME =.*|\$MYHOME = '%{avspool}';|g; \ s|/var/amavis/db|%{avdb}|g; \ s|/var/virusmails|%{avquarantine}|g; \ s|/var/amavis/amavisd.sock|%{avspool}/amavisd.sock|g" $i done From the changelog I cannot see that there was an intentional move of the working directories. I'm setting up a VM to check the installed system but if you could provide already more details. There might be some path hiding somewhere which is not correctly covered?